Interface IThresholdValue

    • Method Detail

      • parentId

        int parentId()

        Get the treshold value parent ID.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • dueDate

        java.util.Date dueDate()

        Get the treshold value due date.

        Getter method for the COM property "DueDate"

        Returns:
        Returns a value of type java.util.Date
      • dueDate

        void dueDate​(java.util.Date pVal)

        Get the treshold value due date.

        Setter method for the COM property "DueDate"

        Parameters:
        pVal - Mandatory java.util.Date parameter.
      • targetValue

        double targetValue()

        Get the treshold target value.

        Getter method for the COM property "TargetValue"

        Returns:
        Returns a value of type double
      • targetValue

        void targetValue​(double pVal)

        Get the treshold target value.

        Setter method for the COM property "TargetValue"

        Parameters:
        pVal - Mandatory double parameter.
      • tolerance

        double tolerance()

        Get the treshold value tolerance.

        Getter method for the COM property "Tolerance"

        Returns:
        Returns a value of type double
      • tolerance

        void tolerance​(double pVal)

        Get the treshold value tolerance.

        Setter method for the COM property "Tolerance"

        Parameters:
        pVal - Mandatory double parameter.