Package org.cyclos.entities.system
Class PhoneVerificationWizardStep
- 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.CustomWizardStep
-
- org.cyclos.entities.system.VerificationWizardStep
-
- org.cyclos.entities.system.PhoneVerificationWizardStep
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasContentScript,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class PhoneVerificationWizardStep extends VerificationWizardStep
A step that verifies a previously entered mobile phone number
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description PhoneVerificationWizardStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomWizardStepNaturegetNature()-
Methods inherited from class org.cyclos.entities.system.CustomWizardStep
getContentScript, getContentScriptParameters, getDataTranslationType, getInformationText, getNetwork, getScriptUsedInType, getTitle, getWizard, setContentScript, setContentScriptParameters, setInformationText, setTitle, setWizard
-
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
-
Methods inherited from interface org.cyclos.model.system.scripts.UsesScript
isEnabled
-
-
-
-
Method Detail
-
getNature
public CustomWizardStepNature getNature()
- Specified by:
getNaturein classCustomWizardStep
-
-