public class _SystemCode extends BaseEntity
Modifier and Type | Field and Description |
---|---|
static String |
ID_PK_COLUMN |
static String |
LABEL_PROPERTY |
static String |
NAME_PROPERTY |
static String |
ORDER_BY_PROPERTY |
static String |
VALUE_PROPERTY |
Constructor and Description |
---|
_SystemCode() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getName() |
Integer |
getOrderBy() |
String |
getValue() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOrderBy(Integer orderBy) |
void |
setValue(String value) |
getId, isNew
addToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly
getMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectId
public static final String LABEL_PROPERTY
public static final String NAME_PROPERTY
public static final String ORDER_BY_PROPERTY
public static final String VALUE_PROPERTY
public static final String ID_PK_COLUMN
public void setLabel(String label)
public String getLabel()
public void setName(String name)
public String getName()
public void setOrderBy(Integer orderBy)
public Integer getOrderBy()
public void setValue(String value)
public String getValue()