Class BrandsElementFB
- java.lang.Object
-
- net.anotheria.anosite.gen.asfeature.bean.BrandsElementFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class BrandsElementFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description BrandsElementFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrand()ListgetBrandCollection()StringgetDescription()StringgetOwnerId()intgetPosition()voidsetBrand(String brand)voidsetBrandCollection(List l)voidsetDescription(String description)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()
-
setBrand
public void setBrand(String brand)
-
getBrand
public String getBrand()
-
setBrandCollection
public void setBrandCollection(List l)
-
getBrandCollection
public List getBrandCollection()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
-