Class StoutAttribute


  • public class StoutAttribute
    extends Object
    Represents the structure of an attribute that will be sourced by Stout.
    • Constructor Detail

      • StoutAttribute

        public StoutAttribute()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isRequired

        public boolean isRequired()
      • setRequired

        public void setRequired​(boolean required)
      • getAttributePointClass

        public String getAttributePointClass()
      • setAttributeSourceClass

        public void setAttributeSourceClass​(String attributePointClass)