Package org.cyclos.entities.system
Class FormFieldsWizardStepField
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.FormFieldsWizardStepField
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class FormFieldsWizardStepField extends BaseEntity
Definition of a field in aFormFieldsWizardStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description FormFieldsWizardStepField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BasicProfileFieldgetBasicProfileField()UserCustomFieldgetCustomProfileField()ObjectgetIdentity()NetworkgetNetwork()Returns the network this entity belongs toIntegergetOrder()PhoneNaturegetPhoneNature()FormFieldsWizardStepgetStep()CustomWizardStepFieldDefinitionTypegetType()CustomWizardFieldgetWizardField()inthashCode()booleanisReadOnly()booleanisRequireVerification()voidsetBasicProfileField(BasicProfileField basicProfileField)voidsetCustomProfileField(UserCustomField customProfileField)voidsetOrder(Integer order)voidsetPhoneNature(PhoneNature phoneNature)voidsetReadOnly(boolean readOnly)voidsetRequireVerification(boolean requireVerification)voidsetStep(FormFieldsWizardStep step)voidsetType(CustomWizardStepFieldDefinitionType type)voidsetWizardField(CustomWizardField wizardField)-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
getId, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSimpleEntity
-
getBasicProfileField
public BasicProfileField getBasicProfileField()
-
getCustomProfileField
public UserCustomField getCustomProfileField()
-
getIdentity
public Object getIdentity()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getOrder
public Integer getOrder()
-
getPhoneNature
public PhoneNature getPhoneNature()
-
getStep
public FormFieldsWizardStep getStep()
-
getType
public CustomWizardStepFieldDefinitionType getType()
-
getWizardField
public CustomWizardField getWizardField()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSimpleEntity
-
isReadOnly
public boolean isReadOnly()
-
isRequireVerification
public boolean isRequireVerification()
-
setBasicProfileField
public void setBasicProfileField(BasicProfileField basicProfileField)
-
setCustomProfileField
public void setCustomProfileField(UserCustomField customProfileField)
-
setOrder
public void setOrder(Integer order)
-
setPhoneNature
public void setPhoneNature(PhoneNature phoneNature)
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
setRequireVerification
public void setRequireVerification(boolean requireVerification)
-
setStep
public void setStep(FormFieldsWizardStep step)
-
setType
public void setType(CustomWizardStepFieldDefinitionType type)
-
setWizardField
public void setWizardField(CustomWizardField wizardField)
-
-