com.ibm.commerce.order.calculation

Interface CalculationCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getCurrency

        java.lang.String getCurrency()
        Returns the currency to use during execution.
        Returns:
        the currency.
      • getCustomProperties

        java.util.HashMap getCustomProperties()
        Returns the custom properties as a HashMap.
        Returns:
        the custom properties. Key: property name (class: String). Value: property value (class: Object).
      • getCustomProperty

        java.lang.Object getCustomProperty(java.lang.String astrName)
        Returns the value of a custom property.
        Parameters:
        astrName - the property name.
        Returns:
        the property value.
      • getTimestamp

        java.sql.Timestamp getTimestamp()
        Returns the timestamp to use during execution.
        Returns:
        the timestamp.
      • getUsageId

        java.lang.Integer getUsageId()
        Returns the calculation usage.
        Returns:
        the calculation usage ID.
      • setCurrency

        void setCurrency(java.lang.String astrCurrency)
        Sets the currency to use during execution.
        Parameters:
        astrCurrency - the currency.
      • setCustomProperties

        void setCustomProperties(java.util.HashMap ahshCustomProperties)
        Sets the custom properties.
        Parameters:
        ahshCustomProperties - the custom properties. Key: property name (class: String). Value: property value (class: Object).
      • setCustomProperty

        void setCustomProperty(java.lang.String astrName,
                               java.lang.Object aValue)
        Sets the value of a custom property.
        Parameters:
        astrName - the property name.
        aValue - the property value.
      • setTimestamp

        void setTimestamp(java.sql.Timestamp aTimestamp)
        Sets the timestamp to use during execution.
        Parameters:
        aTimestamp - the timestamp.
      • setUsageId

        void setUsageId(java.lang.Integer anUsageId)
        Sets the calculation usage.
        Parameters:
        anUsageId - the calculation usage ID.