Class ConditionalItemSumFunction

    • Constructor Detail

      • ConditionalItemSumFunction

        public ConditionalItemSumFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getConditionField

        public String getConditionField()
        Deprecated.
        Returns the name of the data-row column from where to read the comparison value for the condition.
        Returns:
        a field name.
      • setConditionField

        public void setConditionField​(String conditionField)
        Deprecated.
        Defines the name of the data-row column from where to read the comparison value for the condition.
        Parameters:
        conditionField - a field name.
      • getConditionValue

        public Object getConditionValue()
        Deprecated.
        Returns the static comparison value for the condition.
        Returns:
        the static value.
      • setConditionValue

        public void setConditionValue​(Object conditionValue)
        Deprecated.
        Defines the static comparison value for the condition.
        Parameters:
        conditionValue - the static value.