Class TypedPropertyValue

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypedPropertyValue
    extends java.lang.Object
    implements java.io.Serializable
    A typed value.
    See Also:
    Serialized Form
    • Constructor Detail

      • TypedPropertyValue

        public TypedPropertyValue()
        default constructor
    • Method Detail

      • getTypedPropertyValueId

        public int getTypedPropertyValueId()
      • setTypedPropertyValueId

        public void setTypedPropertyValueId​(int typedPropertyValueId)
      • getLongValue

        public java.lang.Long getLongValue()
      • setLongValue

        public void setLongValue​(java.lang.Long longValue)
      • getDoubleValue

        public java.lang.Double getDoubleValue()
      • setDoubleValue

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

        public java.lang.String getStringValue()
      • setStringValue

        public void setStringValue​(java.lang.String stringValue)
      • getEnumValue

        public java.lang.String getEnumValue()
      • setEnumValue

        public void setEnumValue​(java.lang.String enumValue)