Class Attrib


  • public class Attrib
    extends Object
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getAlias

        public String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

        public void setAlias​(String value)
        Sets the value of the alias property.
        Parameters:
        value - allowed object is String
      • getIndexOf

        public String getIndexOf()
      • setIndexOf

        public void setIndexOf​(String indexOf)
      • getFilter

        public String getFilter()
      • setFilter

        public void setFilter​(String filter)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object