Package org.cyclos.entities.system
Class CustomWizardStep
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasOrder,ProcessableForDataTranslation,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
FormFieldsWizardStep,GroupSelectionWizardStep,IdentityProviderWizardStep
@Entity public abstract class CustomWizardStep extends ConfigurationOrderableEntity
A step in a custom wizard
-
-
Constructor Summary
Constructors Constructor Description CustomWizardStep()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeStringgetInformationText()abstract CustomWizardStepNaturegetNature()NetworkgetNetwork()Returns the network this entity belongs toStringgetTitle()CustomWizardgetWizard()voidsetInformationText(String informationText)voidsetTitle(String title)voidsetWizard(CustomWizard wizard)-
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
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
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
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity- Returns:
-
getInformationText
public String getInformationText()
-
getNature
public abstract CustomWizardStepNature getNature()
-
getNetwork
public Network getNetwork()
Description copied from class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
getTitle
public String getTitle()
-
getWizard
public CustomWizard getWizard()
-
setInformationText
public void setInformationText(String informationText)
-
setTitle
public void setTitle(String title)
-
setWizard
public void setWizard(CustomWizard wizard)
-
-