Class ValuePropertiesWrapper

  • All Implemented Interfaces:
    java.lang.Comparable<ValuePropertiesWrapper>

    public class ValuePropertiesWrapper
    extends java.lang.Object
    implements java.lang.Comparable<ValuePropertiesWrapper>
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • ValuePropertiesWrapper

        public ValuePropertiesWrapper​(java.lang.Object value,
                                      java.lang.String label,
                                      java.lang.Object[] propertyValues)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getValue

        public java.lang.Object getValue()
      • getLabel

        public java.lang.String getLabel()
      • getPropertyValues

        public java.lang.Object[] getPropertyValues()