com.ibm.commerce.member.facade.datatypes

Interface IncomeAmountType



  • public interface IncomeAmountType
    A representation of the model object 'Income Amount Type'. The type definition of an integer monetary amount.

    The following features are supported:

    See Also:
    MemberPackage.getIncomeAmountType()
    • Method Detail

      • getValue

        int getValue()
        Returns the value of the 'Value' attribute. The amount of income.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        isSetValue(), unsetValue(), setValue(int), MemberPackage.getIncomeAmountType_Value()
      • isSetValue

        boolean isSetValue()
        Returns whether the value of the 'Value' attribute is set.
        Returns:
        whether the value of the 'Value' attribute is set.
        See Also:
        unsetValue(), getValue(), setValue(int)
      • getCurrency

        java.lang.String getCurrency()
        Returns the value of the 'Currency' attribute. The currency of the income.
        Returns:
        the value of the 'Currency' attribute.
        See Also:
        setCurrency(String), MemberPackage.getIncomeAmountType_Currency()
      • setCurrency

        void setCurrency(java.lang.String value)
        Sets the value of the 'Currency' attribute.
        Parameters:
        value - the new value of the 'Currency' attribute.
        See Also:
        getCurrency()