public class WizardDefDocument extends net.anotheria.asg.data.AbstractASGDocument implements WizardDef, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERLINK_PROP_ACCESS_OPERATION, LINK_PROP_HANDLER, PROP_ID, PROP_NAME, PROP_WIZARD_CANCEL_REDIRECT_URL, PROP_WIZARD_FINISH_REDIRECT_URL, PROP_WIZARD_STEPS| Constructor and Description |
|---|
WizardDefDocument() |
WizardDefDocument(java.lang.String id) |
WizardDefDocument(WizardDefDocument toClone) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWizardStepsElement(java.lang.String page)
Adds a new element to the list.
|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
int |
compareTo(WizardDef comparable) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccessOperation()
Returns the value of the accessOperation attribute.
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
java.lang.String |
getHandler()
Returns the value of the handler attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getWizardCancelRedirectUrl()
Returns the value of the wizardCancelRedirectUrl attribute.
|
java.lang.String |
getWizardFinishRedirectUrl()
Returns the value of the wizardFinishRedirectUrl attribute.
|
java.util.List<java.lang.String> |
getWizardSteps()
Returns the value of the wizardSteps attribute.
|
java.lang.String |
getWizardStepsElement(int index)
Returns the element at the position index in the list.
|
int |
getWizardStepsSize()
Returns the number of elements in the "wizardSteps" container
|
void |
removeWizardStepsElement(int index)
Removes the element at position index from the list.
|
void |
setAccessOperation(java.lang.String value)
Sets the value of the accessOperation attribute.
|
void |
setHandler(java.lang.String value)
Sets the value of the handler attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setWizardCancelRedirectUrl(java.lang.String value)
Sets the value of the wizardCancelRedirectUrl attribute.
|
void |
setWizardFinishRedirectUrl(java.lang.String value)
Sets the value of the wizardFinishRedirectUrl attribute.
|
void |
setWizardSteps(java.util.List<java.lang.String> value)
Sets the value of the wizardSteps attribute.
|
void |
swapWizardStepsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic WizardDefDocument()
public WizardDefDocument(java.lang.String id)
public WizardDefDocument(WizardDefDocument toClone)
public java.lang.String getName()
WizardDefpublic void setName(java.lang.String value)
WizardDefpublic java.util.List<java.lang.String> getWizardSteps()
WizardDefgetWizardSteps in interface WizardDefpublic void setWizardSteps(java.util.List<java.lang.String> value)
WizardDefsetWizardSteps in interface WizardDefpublic java.lang.String getWizardCancelRedirectUrl()
WizardDefgetWizardCancelRedirectUrl in interface WizardDefpublic void setWizardCancelRedirectUrl(java.lang.String value)
WizardDefsetWizardCancelRedirectUrl in interface WizardDefpublic java.lang.String getWizardFinishRedirectUrl()
WizardDefgetWizardFinishRedirectUrl in interface WizardDefpublic void setWizardFinishRedirectUrl(java.lang.String value)
WizardDefsetWizardFinishRedirectUrl in interface WizardDefpublic java.lang.String getHandler()
WizardDefgetHandler in interface WizardDefpublic void setHandler(java.lang.String value)
WizardDefsetHandler in interface WizardDefpublic java.lang.String getAccessOperation()
WizardDefgetAccessOperation in interface WizardDefpublic void setAccessOperation(java.lang.String value)
WizardDefsetAccessOperation in interface WizardDefpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getWizardStepsSize()
WizardDefgetWizardStepsSize in interface WizardDefpublic void addWizardStepsElement(java.lang.String page)
WizardDefaddWizardStepsElement in interface WizardDefpublic void removeWizardStepsElement(int index)
WizardDefremoveWizardStepsElement in interface WizardDefpublic void swapWizardStepsElement(int index1,
int index2)
WizardDefswapWizardStepsElement in interface WizardDefpublic java.lang.String getWizardStepsElement(int index)
WizardDefgetWizardStepsElement in interface WizardDefpublic int compareTo(WizardDef comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.