Class AttributesElementFB

java.lang.Object
net.anotheria.anosite.gen.asbrand.bean.AttributesElementFB
All Implemented Interfaces:
net.anotheria.maf.bean.FormBean

public class AttributesElementFB extends Object implements net.anotheria.maf.bean.FormBean
  • Constructor Details

    • AttributesElementFB

      public AttributesElementFB()
  • Method Details

    • setOwnerId

      public void setOwnerId(String ownerId)
    • getOwnerId

      public String getOwnerId()
    • setPosition

      public void setPosition(int position)
    • getPosition

      public int getPosition()
    • setAttribute

      public void setAttribute(String attribute)
    • getAttribute

      public String getAttribute()
    • setAttributeCollection

      public void setAttributeCollection(List l)
    • getAttributeCollection

      public List getAttributeCollection()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()