Class WizardDefDocument
java.lang.Object
net.anotheria.anodoc.data.DataHolder
net.anotheria.anodoc.data.Document
net.anotheria.asg.data.AbstractASGDocument
net.anotheria.anosite.gen.aswizarddata.data.WizardDefDocument
- All Implemented Interfaces:
Serializable,Cloneable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject,WizardDef,net.anotheria.asg.data.DataObject,net.anotheria.asg.data.LockableObject,net.anotheria.util.sorter.IComparable
public class WizardDefDocument
extends net.anotheria.asg.data.AbstractASGDocument
implements WizardDef, net.anotheria.util.sorter.IComparable
- See Also:
-
Field Summary
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLEDFields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERFields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAMEFields inherited from interface net.anotheria.anosite.gen.aswizarddata.data.WizardDef
LINK_PROP_ACCESS_OPERATION, LINK_PROP_HANDLER, PROP_ID, PROP_NAME, PROP_WIZARD_CANCEL_REDIRECT_URL, PROP_WIZARD_FINISH_REDIRECT_URL, PROP_WIZARD_STEPS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWizardStepsElement(String page) Adds a new element to the list.intintcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) booleanReturns the value of the accessOperation attribute.Returns the value of the handler attribute.getName()Returns the value of the name attribute.Returns the value of the wizardCancelRedirectUrl attribute.Returns the value of the wizardFinishRedirectUrl attribute.Returns the value of the wizardSteps attribute.getWizardStepsElement(int index) Returns the element at the position index in the list.intReturns the number of elements in the "wizardSteps" containervoidremoveWizardStepsElement(int index) Removes the element at position index from the list.voidsetAccessOperation(String value) Sets the value of the accessOperation attribute.voidsetHandler(String value) Sets the value of the handler attribute.voidSets the value of the name attribute.voidsetWizardCancelRedirectUrl(String value) Sets the value of the wizardCancelRedirectUrl attribute.voidsetWizardFinishRedirectUrl(String value) Sets the value of the wizardFinishRedirectUrl attribute.voidsetWizardSteps(List<String> value) Sets the value of the wizardSteps attribute.voidswapWizardStepsElement(int index1, int index2) Swaps elements at positions index1 and index2 in the list.toString()Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeMethods inherited from class net.anotheria.anodoc.data.Document
addDataHolder, 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, toXMLNodeMethods inherited from class net.anotheria.anodoc.data.DataHolder
getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
-
Constructor Details
-
WizardDefDocument
public WizardDefDocument() -
WizardDefDocument
-
WizardDefDocument
-
-
Method Details
-
getName
Description copied from interface:WizardDefReturns the value of the name attribute. -
setName
Description copied from interface:WizardDefSets the value of the name attribute. -
getWizardSteps
Description copied from interface:WizardDefReturns the value of the wizardSteps attribute.- Specified by:
getWizardStepsin interfaceWizardDef
-
setWizardSteps
Description copied from interface:WizardDefSets the value of the wizardSteps attribute.- Specified by:
setWizardStepsin interfaceWizardDef
-
getWizardCancelRedirectUrl
Description copied from interface:WizardDefReturns the value of the wizardCancelRedirectUrl attribute.- Specified by:
getWizardCancelRedirectUrlin interfaceWizardDef
-
setWizardCancelRedirectUrl
Description copied from interface:WizardDefSets the value of the wizardCancelRedirectUrl attribute.- Specified by:
setWizardCancelRedirectUrlin interfaceWizardDef
-
getWizardFinishRedirectUrl
Description copied from interface:WizardDefReturns the value of the wizardFinishRedirectUrl attribute.- Specified by:
getWizardFinishRedirectUrlin interfaceWizardDef
-
setWizardFinishRedirectUrl
Description copied from interface:WizardDefSets the value of the wizardFinishRedirectUrl attribute.- Specified by:
setWizardFinishRedirectUrlin interfaceWizardDef
-
getHandler
Description copied from interface:WizardDefReturns the value of the handler attribute.- Specified by:
getHandlerin interfaceWizardDef
-
setHandler
Description copied from interface:WizardDefSets the value of the handler attribute.- Specified by:
setHandlerin interfaceWizardDef
-
getAccessOperation
Description copied from interface:WizardDefReturns the value of the accessOperation attribute.- Specified by:
getAccessOperationin interfaceWizardDef
-
setAccessOperation
Description copied from interface:WizardDefSets the value of the accessOperation attribute.- Specified by:
setAccessOperationin interfaceWizardDef
-
toString
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
getWizardStepsSize
public int getWizardStepsSize()Description copied from interface:WizardDefReturns the number of elements in the "wizardSteps" container- Specified by:
getWizardStepsSizein interfaceWizardDef
-
addWizardStepsElement
Description copied from interface:WizardDefAdds a new element to the list.- Specified by:
addWizardStepsElementin interfaceWizardDef
-
removeWizardStepsElement
public void removeWizardStepsElement(int index) Description copied from interface:WizardDefRemoves the element at position index from the list.- Specified by:
removeWizardStepsElementin interfaceWizardDef
-
swapWizardStepsElement
public void swapWizardStepsElement(int index1, int index2) Description copied from interface:WizardDefSwaps elements at positions index1 and index2 in the list.- Specified by:
swapWizardStepsElementin interfaceWizardDef
-
getWizardStepsElement
Description copied from interface:WizardDefReturns the element at the position index in the list.- Specified by:
getWizardStepsElementin interfaceWizardDef
-
compareTo
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
-