Class PropertyDoubleValueEntity


  • public class PropertyDoubleValueEntity
    extends java.lang.Object
    Entity bean for alf_prop_numeric_value table.
    Since:
    3.2
    Author:
    Derek Hulley
    • Constructor Detail

      • PropertyDoubleValueEntity

        public PropertyDoubleValueEntity()
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getEntityPair

        public org.alfresco.util.Pair<java.lang.Long,​java.lang.Double> getEntityPair()
        Returns:
        Returns the ID-value pair
      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getDoubleValue

        public double getDoubleValue()
      • setDoubleValue

        public void setDoubleValue​(java.lang.Double doubleValue)