Class EditPageAliasFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.EditPageAliasFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditPageAliasFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditPageAliasFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetLockerId()StringgetLockingTime()StringgetName()StringgetParameters()intgetPathes()StringgetTargetPage()List<net.anotheria.webutils.bean.LabelValueBean>getTargetPageCollection()StringgetTargetPageCurrentValue()StringgetTargetPageIdOfCurrentValue()intgetType()List<net.anotheria.webutils.bean.LabelValueBean>getTypeCollection()StringgetTypeCurrentValue()StringgetTypeIdOfCurrentValue()booleanisLocked()voidsetId(String id)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetName(String name)voidsetParameters(String parameters)voidsetPathes(int pathes)voidsetTargetPage(String targetPage)voidsetTargetPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> targetPageCollection)voidsetTargetPageCurrentValue(String targetPageCurrentValue)voidsetTargetPageIdOfCurrentValue(String targetPageIdOfCurrentValue)voidsetType(int type)voidsetTypeCollection(List<net.anotheria.webutils.bean.LabelValueBean> typeCollection)voidsetTypeCurrentValue(String typeCurrentValue)voidsetTypeIdOfCurrentValue(String typeIdOfCurrentValue)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
setName
public void setName(String name)
-
getName
public String getName()
-
setTargetPageCollection
public void setTargetPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> targetPageCollection)
-
getTargetPageCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getTargetPageCollection()
-
setTargetPageCurrentValue
public void setTargetPageCurrentValue(String targetPageCurrentValue)
-
getTargetPageCurrentValue
public String getTargetPageCurrentValue()
-
setTargetPageIdOfCurrentValue
public void setTargetPageIdOfCurrentValue(String targetPageIdOfCurrentValue)
-
getTargetPageIdOfCurrentValue
public String getTargetPageIdOfCurrentValue()
-
setTargetPage
public void setTargetPage(String targetPage)
-
getTargetPage
public String getTargetPage()
-
setParameters
public void setParameters(String parameters)
-
getParameters
public String getParameters()
-
setTypeCollection
public void setTypeCollection(List<net.anotheria.webutils.bean.LabelValueBean> typeCollection)
-
getTypeCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getTypeCollection()
-
setTypeCurrentValue
public void setTypeCurrentValue(String typeCurrentValue)
-
getTypeCurrentValue
public String getTypeCurrentValue()
-
setTypeIdOfCurrentValue
public void setTypeIdOfCurrentValue(String typeIdOfCurrentValue)
-
getTypeIdOfCurrentValue
public String getTypeIdOfCurrentValue()
-
setType
public void setType(int type)
-
getType
public int getType()
-
setPathes
public void setPathes(int pathes)
-
getPathes
public int getPathes()
-
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()
-
-