Package org.cyclos.entities.system
Class CustomOperationFieldPossibleValueCategory
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.ConfigurationEntity
-
- org.cyclos.entities.ConfigurationOrderableEntity
-
- org.cyclos.entities.system.CustomFieldPossibleValueCategory<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>
-
- org.cyclos.entities.system.CustomOperationFieldPossibleValueCategory
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class CustomOperationFieldPossibleValueCategory extends CustomFieldPossibleValueCategory<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>
Possible value category for custom operation fields
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomOperationFieldPossibleValueCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeCustomOperationFieldgetField()List<CustomOperationFieldPossibleValue>getPossibleValues()voidsetField(CustomOperationField field)-
Methods inherited from class org.cyclos.entities.system.CustomFieldPossibleValueCategory
getNetwork
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
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, 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
-
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()
-
getPossibleValues
public List<CustomOperationFieldPossibleValue> getPossibleValues()
-
setField
public void setField(CustomOperationField field)
-
-