Class SubattributesElementFB
- java.lang.Object
-
- net.anotheria.anosite.gen.aswebdata.bean.SubattributesElementFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class SubattributesElementFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description SubattributesElementFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetOwnerId()intgetPosition()StringgetType()ListgetTypeCollection()voidsetDescription(String description)voidsetOwnerId(String ownerId)voidsetPosition(int position)voidsetType(String type)voidsetTypeCollection(List l)
-
-
-
Method Detail
-
setOwnerId
public void setOwnerId(String ownerId)
-
getOwnerId
public String getOwnerId()
-
setPosition
public void setPosition(int position)
-
getPosition
public int getPosition()
-
setType
public void setType(String type)
-
getType
public String getType()
-
setTypeCollection
public void setTypeCollection(List l)
-
getTypeCollection
public List getTypeCollection()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
-