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:
java.io.Serializable,java.lang.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLED
-
Fields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIER
-
Fields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAME
-
Fields 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 Constructor Description WizardDefDocument()WizardDefDocument(java.lang.String id)WizardDefDocument(WizardDefDocument toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddWizardStepsElement(java.lang.String page)Adds a new element to the list.intcompareTo(WizardDef comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)booleanequals(java.lang.Object o)java.lang.StringgetAccessOperation()Returns the value of the accessOperation attribute.java.lang.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.lang.StringgetFootprint()java.lang.StringgetHandler()Returns the value of the handler attribute.java.lang.StringgetName()Returns the value of the name attribute.java.lang.StringgetWizardCancelRedirectUrl()Returns the value of the wizardCancelRedirectUrl attribute.java.lang.StringgetWizardFinishRedirectUrl()Returns the value of the wizardFinishRedirectUrl attribute.java.util.List<java.lang.String>getWizardSteps()Returns the value of the wizardSteps attribute.java.lang.StringgetWizardStepsElement(int index)Returns the element at the position index in the list.intgetWizardStepsSize()Returns the number of elements in the "wizardSteps" containervoidremoveWizardStepsElement(int index)Removes the element at position index from the list.voidsetAccessOperation(java.lang.String value)Sets the value of the accessOperation attribute.voidsetHandler(java.lang.String value)Sets the value of the handler attribute.voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetWizardCancelRedirectUrl(java.lang.String value)Sets the value of the wizardCancelRedirectUrl attribute.voidsetWizardFinishRedirectUrl(java.lang.String value)Sets the value of the wizardFinishRedirectUrl attribute.voidsetWizardSteps(java.util.List<java.lang.String> value)Sets the value of the wizardSteps attribute.voidswapWizardStepsElement(int index1, int index2)Swaps elements at positions index1 and index2 in the list.java.lang.StringtoString()-
Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTime
-
Methods 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, toXMLNode
-
-
-
-
Constructor Detail
-
WizardDefDocument
public WizardDefDocument()
-
WizardDefDocument
public WizardDefDocument(java.lang.String id)
-
WizardDefDocument
public WizardDefDocument(WizardDefDocument toClone)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:WizardDefReturns the value of the name attribute.
-
setName
public void setName(java.lang.String value)
Description copied from interface:WizardDefSets the value of the name attribute.
-
getWizardSteps
public java.util.List<java.lang.String> getWizardSteps()
Description copied from interface:WizardDefReturns the value of the wizardSteps attribute.- Specified by:
getWizardStepsin interfaceWizardDef
-
setWizardSteps
public void setWizardSteps(java.util.List<java.lang.String> value)
Description copied from interface:WizardDefSets the value of the wizardSteps attribute.- Specified by:
setWizardStepsin interfaceWizardDef
-
getWizardCancelRedirectUrl
public java.lang.String getWizardCancelRedirectUrl()
Description copied from interface:WizardDefReturns the value of the wizardCancelRedirectUrl attribute.- Specified by:
getWizardCancelRedirectUrlin interfaceWizardDef
-
setWizardCancelRedirectUrl
public void setWizardCancelRedirectUrl(java.lang.String value)
Description copied from interface:WizardDefSets the value of the wizardCancelRedirectUrl attribute.- Specified by:
setWizardCancelRedirectUrlin interfaceWizardDef
-
getWizardFinishRedirectUrl
public java.lang.String getWizardFinishRedirectUrl()
Description copied from interface:WizardDefReturns the value of the wizardFinishRedirectUrl attribute.- Specified by:
getWizardFinishRedirectUrlin interfaceWizardDef
-
setWizardFinishRedirectUrl
public void setWizardFinishRedirectUrl(java.lang.String value)
Description copied from interface:WizardDefSets the value of the wizardFinishRedirectUrl attribute.- Specified by:
setWizardFinishRedirectUrlin interfaceWizardDef
-
getHandler
public java.lang.String getHandler()
Description copied from interface:WizardDefReturns the value of the handler attribute.- Specified by:
getHandlerin interfaceWizardDef
-
setHandler
public void setHandler(java.lang.String value)
Description copied from interface:WizardDefSets the value of the handler attribute.- Specified by:
setHandlerin interfaceWizardDef
-
getAccessOperation
public java.lang.String getAccessOperation()
Description copied from interface:WizardDefReturns the value of the accessOperation attribute.- Specified by:
getAccessOperationin interfaceWizardDef
-
setAccessOperation
public void setAccessOperation(java.lang.String value)
Description copied from interface:WizardDefSets the value of the accessOperation attribute.- Specified by:
setAccessOperationin interfaceWizardDef
-
toString
public java.lang.String 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
public void addWizardStepsElement(java.lang.String page)
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
public java.lang.String getWizardStepsElement(int index)
Description copied from interface:WizardDefReturns the element at the position index in the list.- Specified by:
getWizardStepsElementin interfaceWizardDef
-
compareTo
public int compareTo(WizardDef comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-