Class AttributeValue

  • All Implemented Interfaces:
    Serializable

    public class AttributeValue
    extends Object
    implements Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeValue

        public AttributeValue()
    • Method Detail

      • getValue

        public String getValue()
      • getValues

        public List<String> getValues()
      • setValue

        public void setValue​(String value)
      • setValues

        public void setValues​(List<String> values)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class Object