com.hp.lft.sdk.web

Class NumericFieldDescription

    • Constructor Detail

      • NumericFieldDescription

        public NumericFieldDescription()
        Initializes a new instance of the NumericFieldDescription class.
      • NumericFieldDescription

        protected NumericFieldDescription(NumericFieldDescription.Init<?> init)
        Initializes a new instance of the NumericFieldDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setNumericValue

        public void setNumericValue(java.lang.Double numericValue)
        Sets the current value in the number field.
        Parameters:
        numericValue - the current value in the number field.
      • getNumericValue

        public java.lang.Double getNumericValue()
        Returns the current value in the number field.
        Returns:
        the current value in the number field.
      • setDefaultNumericValue

        public void setDefaultNumericValue(java.lang.Double defaultNumericValue)
        Sets the default value that will be presented in the number field.
        Parameters:
        defaultNumericValue - the default value that will be presented in the number field.
      • getDefaultNumericValue

        public java.lang.Double getDefaultNumericValue()
        Returns the initial value of the object, which is set when the object is reset.
        Returns:
        the initial value of the object, which is set when the object is reset.
      • setMin

        public void setMin(java.lang.Double min)
        Sets the minimum value that can be entered in the field.
        Parameters:
        min - the minimum value that can be entered in the field.
      • getMin

        public java.lang.Double getMin()
        Returns the minimum value that can be entered in the field.
        Returns:
        the minimum value that can be entered in the field.
      • setMax

        public void setMax(java.lang.Double max)
        Sets the maximum value that can be entered in the field.
        Parameters:
        max - the maximum value that can be entered in the field.
      • getMax

        public java.lang.Double getMax()
        Returns the maximum value that can be entered in the field.
        Returns:
        the maximum value that can be entered in the field.