Package org.cyclos.entities.access
Class CustomFieldPrincipalType
- 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.access.PrincipalType
-
- org.cyclos.entities.access.CustomFieldPrincipalType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class CustomFieldPrincipalType extends PrincipalType
A principal type which represents an unique custom field
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomFieldPrincipalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserCustomFieldgetCustomField()PrincipalTypeNaturegetNature()booleanisUsedExternalPayment()voidsetCustomField(UserCustomField customField)-
Methods inherited from class org.cyclos.entities.access.PrincipalType
compareTo, getDataTranslationType, getNetwork, setNetwork
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
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
-
getCustomField
public UserCustomField getCustomField()
-
getNature
public PrincipalTypeNature getNature()
- Specified by:
getNaturein classPrincipalType
-
isUsedExternalPayment
public boolean isUsedExternalPayment()
- Specified by:
isUsedExternalPaymentin classPrincipalType
-
setCustomField
public void setCustomField(UserCustomField customField)
-
-