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