Class EditEntryPointFB
java.lang.Object
net.anotheria.anosite.gen.assitedata.bean.EditEntryPointFB
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()List<net.anotheria.webutils.bean.LabelValueBean> List<net.anotheria.webutils.bean.LabelValueBean> intgetType()List<net.anotheria.webutils.bean.LabelValueBean> booleanbooleanisLocked()voidsetDefaultEntry(boolean defaultEntry) voidsetDomains(int domains) voidvoidsetLocked(boolean locked) voidsetLockerId(String lockerId) voidsetLockingTime(String lockingTime) voidvoidsetStartPage(String startPage) voidsetStartPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> startPageCollection) voidsetStartPageCurrentValue(String startPageCurrentValue) voidsetStartPageIdOfCurrentValue(String startPageIdOfCurrentValue) voidsetStartSite(String startSite) voidsetStartSiteCollection(List<net.anotheria.webutils.bean.LabelValueBean> startSiteCollection) voidsetStartSiteCurrentValue(String startSiteCurrentValue) voidsetStartSiteIdOfCurrentValue(String startSiteIdOfCurrentValue) voidsetType(int type) voidsetTypeCollection(List<net.anotheria.webutils.bean.LabelValueBean> typeCollection) voidsetTypeCurrentValue(String typeCurrentValue) voidsetTypeIdOfCurrentValue(String typeIdOfCurrentValue)
-
Constructor Details
-
EditEntryPointFB
public EditEntryPointFB()
-
-
Method Details
-
setId
-
getId
-
setName
-
getName
-
setStartPageCollection
public void setStartPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> startPageCollection) -
getStartPageCollection
-
setStartPageCurrentValue
-
getStartPageCurrentValue
-
setStartPageIdOfCurrentValue
-
getStartPageIdOfCurrentValue
-
setStartPage
-
getStartPage
-
setStartSiteCollection
public void setStartSiteCollection(List<net.anotheria.webutils.bean.LabelValueBean> startSiteCollection) -
getStartSiteCollection
-
setStartSiteCurrentValue
-
getStartSiteCurrentValue
-
setStartSiteIdOfCurrentValue
-
getStartSiteIdOfCurrentValue
-
setStartSite
-
getStartSite
-
setTypeCollection
-
getTypeCollection
-
setTypeCurrentValue
-
getTypeCurrentValue
-
setTypeIdOfCurrentValue
-
getTypeIdOfCurrentValue
-
setType
public void setType(int type) -
getType
public int getType() -
setDefaultEntry
public void setDefaultEntry(boolean defaultEntry) -
isDefaultEntry
public boolean isDefaultEntry() -
setDomains
public void setDomains(int domains) -
getDomains
public int getDomains() -
setLocked
public void setLocked(boolean locked) -
isLocked
public boolean isLocked() -
setLockerId
-
getLockerId
-
setLockingTime
-
getLockingTime
-