Class EditEntryPointFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.EditEntryPointFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditEntryPointFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditEntryPointFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDomains()StringgetId()StringgetLockerId()StringgetLockingTime()StringgetName()StringgetStartPage()List<net.anotheria.webutils.bean.LabelValueBean>getStartPageCollection()StringgetStartPageCurrentValue()StringgetStartPageIdOfCurrentValue()StringgetStartSite()List<net.anotheria.webutils.bean.LabelValueBean>getStartSiteCollection()StringgetStartSiteCurrentValue()StringgetStartSiteIdOfCurrentValue()intgetType()List<net.anotheria.webutils.bean.LabelValueBean>getTypeCollection()StringgetTypeCurrentValue()StringgetTypeIdOfCurrentValue()booleanisDefaultEntry()booleanisLocked()voidsetDefaultEntry(boolean defaultEntry)voidsetDomains(int domains)voidsetId(String id)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetName(String name)voidsetStartPage(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)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
setName
public void setName(String name)
-
getName
public String getName()
-
setStartPageCollection
public void setStartPageCollection(List<net.anotheria.webutils.bean.LabelValueBean> startPageCollection)
-
getStartPageCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getStartPageCollection()
-
setStartPageCurrentValue
public void setStartPageCurrentValue(String startPageCurrentValue)
-
getStartPageCurrentValue
public String getStartPageCurrentValue()
-
setStartPageIdOfCurrentValue
public void setStartPageIdOfCurrentValue(String startPageIdOfCurrentValue)
-
getStartPageIdOfCurrentValue
public String getStartPageIdOfCurrentValue()
-
setStartPage
public void setStartPage(String startPage)
-
getStartPage
public String getStartPage()
-
setStartSiteCollection
public void setStartSiteCollection(List<net.anotheria.webutils.bean.LabelValueBean> startSiteCollection)
-
getStartSiteCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getStartSiteCollection()
-
setStartSiteCurrentValue
public void setStartSiteCurrentValue(String startSiteCurrentValue)
-
getStartSiteCurrentValue
public String getStartSiteCurrentValue()
-
setStartSiteIdOfCurrentValue
public void setStartSiteIdOfCurrentValue(String startSiteIdOfCurrentValue)
-
getStartSiteIdOfCurrentValue
public String getStartSiteIdOfCurrentValue()
-
setStartSite
public void setStartSite(String startSite)
-
getStartSite
public String getStartSite()
-
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()
-
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
public void setLockerId(String lockerId)
-
getLockerId
public String getLockerId()
-
setLockingTime
public void setLockingTime(String lockingTime)
-
getLockingTime
public String getLockingTime()
-
-