@Entity public class RecordCustomFieldPossibleValueCategory extends CustomFieldPossibleValueCategory<RecordCustomField,RecordCustomFieldPossibleValueCategory,RecordCustomFieldPossibleValue>
| Constructor and Description |
|---|
RecordCustomFieldPossibleValueCategory() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
RecordCustomField |
getField() |
java.util.List<RecordCustomFieldPossibleValue> |
getPossibleValues() |
void |
setField(RecordCustomField field) |
getNetworkcompareTo, getOrder, setOrder, toStringgetDescription, getInternalName, setDescription, setInternalNamegetName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic RecordCustomFieldPossibleValueCategory()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic RecordCustomField getField()
public java.util.List<RecordCustomFieldPossibleValue> getPossibleValues()
public void setField(RecordCustomField field)