Class EditWizardDefFB
java.lang.Object
net.anotheria.anosite.gen.aswizarddata.bean.EditWizardDefFB
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.anotheria.webutils.bean.LabelValueBean> List<net.anotheria.webutils.bean.LabelValueBean> getId()getName()intbooleanisLocked()voidsetAccessOperation(String accessOperation) voidsetAccessOperationCollection(List<net.anotheria.webutils.bean.LabelValueBean> accessOperationCollection) voidsetAccessOperationCurrentValue(String accessOperationCurrentValue) voidsetAccessOperationIdOfCurrentValue(String accessOperationIdOfCurrentValue) voidsetHandler(String handler) voidsetHandlerCollection(List<net.anotheria.webutils.bean.LabelValueBean> handlerCollection) voidsetHandlerCurrentValue(String handlerCurrentValue) voidsetHandlerIdOfCurrentValue(String handlerIdOfCurrentValue) voidvoidsetLocked(boolean locked) voidsetLockerId(String lockerId) voidsetLockingTime(String lockingTime) voidvoidsetWizardCancelRedirectUrl(String wizardCancelRedirectUrl) voidsetWizardFinishRedirectUrl(String wizardFinishRedirectUrl) voidsetWizardSteps(int wizardSteps)
-
Constructor Details
-
EditWizardDefFB
public EditWizardDefFB()
-
-
Method Details
-
setId
-
getId
-
setName
-
getName
-
setWizardSteps
public void setWizardSteps(int wizardSteps) -
getWizardSteps
public int getWizardSteps() -
setHandlerCollection
public void setHandlerCollection(List<net.anotheria.webutils.bean.LabelValueBean> handlerCollection) -
getHandlerCollection
-
setHandlerCurrentValue
-
getHandlerCurrentValue
-
setHandlerIdOfCurrentValue
-
getHandlerIdOfCurrentValue
-
setHandler
-
getHandler
-
setWizardCancelRedirectUrl
-
getWizardCancelRedirectUrl
-
setWizardFinishRedirectUrl
-
getWizardFinishRedirectUrl
-
setAccessOperationCollection
public void setAccessOperationCollection(List<net.anotheria.webutils.bean.LabelValueBean> accessOperationCollection) -
getAccessOperationCollection
-
setAccessOperationCurrentValue
-
getAccessOperationCurrentValue
-
setAccessOperationIdOfCurrentValue
-
getAccessOperationIdOfCurrentValue
-
setAccessOperation
-
getAccessOperation
-
setLocked
public void setLocked(boolean locked) -
isLocked
public boolean isLocked() -
setLockerId
-
getLockerId
-
setLockingTime
-
getLockingTime
-