Package org.cyclos.entities.system
Class CustomOperationFieldPossibleValue
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.CustomFieldPossibleValue<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>
-
- org.cyclos.entities.system.CustomOperationFieldPossibleValue
-
- All Implemented Interfaces:
Cloneable,Comparable<CustomFieldPossibleValue<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>>,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,IUnqualifiedInternalNamedEntity,ICustomFieldPossibleValue<CustomOperationFieldPossibleValueCategory>
@Entity public class CustomOperationFieldPossibleValue extends CustomFieldPossibleValue<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>
Possible value for custom operation fields
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomOperationFieldPossibleValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomOperationFieldPossibleValueCategorygetCategory()DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeCustomOperationFieldgetField()voidsetCategory(CustomOperationFieldPossibleValueCategory category)voidsetField(CustomOperationField field)-
Methods inherited from class org.cyclos.entities.system.CustomFieldPossibleValue
compareTo, getInternalName, getNetwork, getOrder, getValue, isDefaultOnSearch, isDefaultValue, setDefaultOnSearch, setDefaultValue, setInternalName, setOrder, setValue, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getCategory
public CustomOperationFieldPossibleValueCategory getCategory()
- Specified by:
getCategoryin interfaceICustomFieldPossibleValue<CustomOperationFieldPossibleValueCategory>- Specified by:
getCategoryin classCustomFieldPossibleValue<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity
-
getField
public CustomOperationField getField()
-
setCategory
public void setCategory(CustomOperationFieldPossibleValueCategory category)
-
setField
public void setField(CustomOperationField field)
-
-