Class GuardsElementFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.GuardsElementFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class GuardsElementFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description GuardsElementFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetGuard()ListgetGuardCollection()StringgetOwnerId()intgetPosition()voidsetDescription(String description)voidsetGuard(String guard)voidsetGuardCollection(List l)voidsetOwnerId(String ownerId)voidsetPosition(int position)
-
-
-
Method Detail
-
setOwnerId
public void setOwnerId(String ownerId)
-
getOwnerId
public String getOwnerId()
-
setPosition
public void setPosition(int position)
-
getPosition
public int getPosition()
-
setGuard
public void setGuard(String guard)
-
getGuard
public String getGuard()
-
setGuardCollection
public void setGuardCollection(List l)
-
getGuardCollection
public List getGuardCollection()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
-