Class EditActionMappingDefFB
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomaction.bean.EditActionMappingDefFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditActionMappingDefFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditActionMappingDefFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()List<net.anotheria.webutils.bean.LabelValueBean>getActionCollection()StringgetActionCurrentValue()StringgetActionIdOfCurrentValue()intgetCommand()List<net.anotheria.webutils.bean.LabelValueBean>getCommandCollection()StringgetCommandCurrentValue()StringgetCommandIdOfCurrentValue()StringgetId()intgetLocalizationBundles()StringgetLockerId()StringgetLockingTime()StringgetName()StringgetPage()List<net.anotheria.webutils.bean.LabelValueBean>getPageCollection()StringgetPageCurrentValue()StringgetPageIdOfCurrentValue()StringgetPagelink()StringgetParameters()StringgetUrl()booleanisLocked()voidsetAction(String action)voidsetActionCollection(List<net.anotheria.webutils.bean.LabelValueBean> actionCollection)voidsetActionCurrentValue(String actionCurrentValue)voidsetActionIdOfCurrentValue(String actionIdOfCurrentValue)voidsetCommand(int command)voidsetCommandCollection(List<net.anotheria.webutils.bean.LabelValueBean> commandCollection)voidsetCommandCurrentValue(String commandCurrentValue)voidsetCommandIdOfCurrentValue(String commandIdOfCurrentValue)voidsetId(String id)voidsetLocalizationBundles(int localizationBundles)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetName(String name)voidsetPage(String page)voidsetPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> pageCollection)voidsetPageCurrentValue(String pageCurrentValue)voidsetPageIdOfCurrentValue(String pageIdOfCurrentValue)voidsetPagelink(String pagelink)voidsetParameters(String parameters)voidsetUrl(String url)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
setName
public void setName(String name)
-
getName
public String getName()
-
setActionCollection
public void setActionCollection(List<net.anotheria.webutils.bean.LabelValueBean> actionCollection)
-
getActionCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getActionCollection()
-
setActionCurrentValue
public void setActionCurrentValue(String actionCurrentValue)
-
getActionCurrentValue
public String getActionCurrentValue()
-
setActionIdOfCurrentValue
public void setActionIdOfCurrentValue(String actionIdOfCurrentValue)
-
getActionIdOfCurrentValue
public String getActionIdOfCurrentValue()
-
setAction
public void setAction(String action)
-
getAction
public String getAction()
-
setUrl
public void setUrl(String url)
-
getUrl
public String getUrl()
-
setPageCollection
public void setPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> pageCollection)
-
getPageCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getPageCollection()
-
setPageCurrentValue
public void setPageCurrentValue(String pageCurrentValue)
-
getPageCurrentValue
public String getPageCurrentValue()
-
setPageIdOfCurrentValue
public void setPageIdOfCurrentValue(String pageIdOfCurrentValue)
-
getPageIdOfCurrentValue
public String getPageIdOfCurrentValue()
-
setPage
public void setPage(String page)
-
getPage
public String getPage()
-
setParameters
public void setParameters(String parameters)
-
getParameters
public String getParameters()
-
setCommandCollection
public void setCommandCollection(List<net.anotheria.webutils.bean.LabelValueBean> commandCollection)
-
getCommandCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getCommandCollection()
-
setCommandCurrentValue
public void setCommandCurrentValue(String commandCurrentValue)
-
getCommandCurrentValue
public String getCommandCurrentValue()
-
setCommandIdOfCurrentValue
public void setCommandIdOfCurrentValue(String commandIdOfCurrentValue)
-
getCommandIdOfCurrentValue
public String getCommandIdOfCurrentValue()
-
setCommand
public void setCommand(int command)
-
getCommand
public int getCommand()
-
setLocalizationBundles
public void setLocalizationBundles(int localizationBundles)
-
getLocalizationBundles
public int getLocalizationBundles()
-
setLocked
public void setLocked(boolean locked)
-
isLocked
public boolean isLocked()
-
setLockerId
public void setLockerId(String lockerId)
-
getLockerId
public String getLockerId()
-
setLockingTime
public void setLockingTime(String lockingTime)
-
getLockingTime
public String getLockingTime()
-
setPagelink
public void setPagelink(String pagelink)
-
getPagelink
public String getPagelink()
-
-