Class ConstraintsElementFB

  • All Implemented Interfaces:
    net.anotheria.maf.bean.FormBean

    public class ConstraintsElementFB
    extends Object
    implements net.anotheria.maf.bean.FormBean
    • Constructor Detail

      • ConstraintsElementFB

        public ConstraintsElementFB()
    • Method Detail

      • setOwnerId

        public void setOwnerId​(String ownerId)
      • getOwnerId

        public String getOwnerId()
      • setPosition

        public void setPosition​(int position)
      • getPosition

        public int getPosition()
      • setConstraint

        public void setConstraint​(String constraint)
      • getConstraint

        public String getConstraint()
      • setConstraintCollection

        public void setConstraintCollection​(List l)
      • getConstraintCollection

        public List getConstraintCollection()
      • setDescription

        public void setDescription​(String description)
      • getDescription

        public String getDescription()