@Entity public class RecordCustomFieldPossibleValue extends CustomFieldPossibleValue<RecordCustomField,RecordCustomFieldPossibleValueCategory,RecordCustomFieldPossibleValue>
| Constructor and Description |
|---|
RecordCustomFieldPossibleValue() |
| Modifier and Type | Method and Description |
|---|---|
RecordCustomFieldPossibleValueCategory |
getCategory() |
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
RecordCustomField |
getField() |
void |
setCategory(RecordCustomFieldPossibleValueCategory category) |
void |
setField(RecordCustomField field) |
compareTo, getInternalName, getNetwork, getOrder, getValue, isDefaultValue, setDefaultValue, setInternalName, setOrder, setValue, toStringgetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic RecordCustomFieldPossibleValueCategory getCategory()
getCategory in interface ICustomFieldPossibleValue<RecordCustomFieldPossibleValueCategory>getCategory in class CustomFieldPossibleValue<RecordCustomField,RecordCustomFieldPossibleValueCategory,RecordCustomFieldPossibleValue>public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic RecordCustomField getField()
public void setCategory(RecordCustomFieldPossibleValueCategory category)
public void setField(RecordCustomField field)