@Entity public class RecordCustomField extends CustomField<RecordCustomField,RecordCustomFieldPossibleValueCategory,RecordCustomFieldPossibleValue> implements DefinesNetwork
| Constructor and Description |
|---|
RecordCustomField() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
CustomFieldNature |
getNature() |
Network |
getNetwork() |
java.util.List<RecordCustomFieldPossibleValueCategory> |
getPossibleValueCategories() |
java.lang.Class<RecordCustomFieldPossibleValueCategory> |
getPossibleValueCategoryClass() |
java.lang.Class<RecordCustomFieldPossibleValue> |
getPossibleValueClass() |
java.util.List<RecordCustomFieldPossibleValue> |
getPossibleValues() |
RecordType |
getRecordType() |
boolean |
isShowInList() |
boolean |
isShowInSearch() |
void |
setNetwork(Network network) |
void |
setRecordType(RecordType recordType) |
void |
setShowInList(boolean showInList) |
void |
setShowInSearch(boolean showInSearch) |
getAllSelectedLabel, getControl, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getDefaultValue, getDynamicScript, getDynamicScriptParameters, getInformationText, getLengthConstraint, getLinkedEntityType, getPattern, getSize, getType, getValidationScript, getValidationScriptParameters, isExpandedCategories, isRequired, isShowAll, isUnique, setAllSelectedLabel, setControl, setDefaultBooleanValue, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setDynamicScript, setDynamicScriptParameters, setExpandedCategories, setInformationText, setLengthConstraint, setLinkedEntityType, setPattern, setRequired, setShowAll, setSize, setType, setUnique, setValidationScript, setValidationScriptParameterscompareTo, getOrder, setOrder, toStringgetDescription, getInternalName, setDescription, setInternalNamegetName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitgetInternalName, setInternalNamegetName, setNamepublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic CustomFieldNature getNature()
getNature in class CustomField<RecordCustomField,RecordCustomFieldPossibleValueCategory,RecordCustomFieldPossibleValue>public Network getNetwork()
getNetwork in class BaseEntitypublic java.util.List<RecordCustomFieldPossibleValueCategory> getPossibleValueCategories()
public java.lang.Class<RecordCustomFieldPossibleValueCategory> getPossibleValueCategoryClass()
public java.lang.Class<RecordCustomFieldPossibleValue> getPossibleValueClass()
public java.util.List<RecordCustomFieldPossibleValue> getPossibleValues()
public RecordType getRecordType()
public boolean isShowInList()
public boolean isShowInSearch()
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setRecordType(RecordType recordType)
public void setShowInList(boolean showInList)
public void setShowInSearch(boolean showInSearch)