Package org.cyclos.entities.users
Class ContactCustomFieldPossibleValue
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.CustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>
-
- org.cyclos.entities.users.ContactCustomFieldPossibleValue
-
- All Implemented Interfaces:
Cloneable,Comparable<CustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>>,HasOrder,ProcessableForDataTranslation,IEntity,IInternalNamedEntity,IUnqualifiedInternalNamedEntity,ICustomFieldPossibleValue<ContactCustomFieldPossibleValueCategory>
@Entity public class ContactCustomFieldPossibleValue extends CustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>
Possible value for contact custom fields
-
-
Constructor Summary
Constructors Constructor Description ContactCustomFieldPossibleValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactCustomFieldPossibleValueCategorygetCategory()DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeContactCustomFieldgetField()voidsetCategory(ContactCustomFieldPossibleValueCategory category)voidsetField(ContactCustomField field)-
Methods inherited from class org.cyclos.entities.system.CustomFieldPossibleValue
compareTo, getInternalName, getNetwork, getOrder, getValue, isDefaultValue, 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
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getCategory
public ContactCustomFieldPossibleValueCategory getCategory()
- Specified by:
getCategoryin interfaceICustomFieldPossibleValue<ContactCustomFieldPossibleValueCategory>- Specified by:
getCategoryin classCustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity- Returns:
-
getField
public ContactCustomField getField()
- Specified by:
getFieldin classCustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>
-
setCategory
public void setCategory(ContactCustomFieldPossibleValueCategory category)
-
setField
public void setField(ContactCustomField field)
- Specified by:
setFieldin classCustomFieldPossibleValue<ContactCustomField,ContactCustomFieldPossibleValueCategory,ContactCustomFieldPossibleValue>
-
-