public class Subject extends Object implements Serializable
| Constructor and Description |
|---|
Subject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeCode() |
String |
getTypeLabel() |
String |
getValue() |
static Subject |
newInstance(String value,
String typeCode,
String typeLabel) |
void |
setTypeCode(String typeCode) |
void |
setTypeLabel(String typeLabel) |
void |
setValue(String value) |
Copyright © 2025. All rights reserved.