com.ibm.commerce.foundation.common.datatypes

Interface AdjustmentType

    • Method Detail

      • getUsage

        java.lang.String getUsage()
        Returns the value of the 'Usage' attribute.

        If the meaning of the 'Usage' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Usage' attribute.
        See Also:
        setUsage(String), CommerceFoundationPackage.getAdjustmentType_Usage()
      • setUsage

        void setUsage(java.lang.String value)
        Sets the value of the 'Usage' attribute.
        Parameters:
        value - the new value of the 'Usage' attribute.
        See Also:
        getUsage()
      • getCalculationCodeID

        com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType getCalculationCodeID()
        Returns the value of the 'Calculation Code ID' containment reference. The CalculationCodeID for the adjustment.
        Returns:
        the value of the 'Calculation Code ID' containment reference.
        See Also:
        setCalculationCodeID(CalculationCodeIdentifierType), CommerceFoundationPackage.getAdjustmentType_CalculationCodeID()
      • setCalculationCodeID

        void setCalculationCodeID(com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType value)
        Sets the value of the 'Calculation Code ID' containment reference.
        Parameters:
        value - the new value of the 'Calculation Code ID' containment reference.
        See Also:
        getCalculationCodeID()
      • getCode

        java.lang.String getCode()
        Returns the value of the 'Code' attribute. The adjustment code.
        Returns:
        the value of the 'Code' attribute.
        See Also:
        setCode(String), CommerceFoundationPackage.getAdjustmentType_Code()
      • setCode

        void setCode(java.lang.String value)
        Sets the value of the 'Code' attribute.
        Parameters:
        value - the new value of the 'Code' attribute.
        See Also:
        getCode()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference. The description.
        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), CommerceFoundationPackage.getAdjustmentType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getAmount

        MonetaryAmountType getAmount()
        Returns the value of the 'Amount' containment reference. The amount.
        Returns:
        the value of the 'Amount' containment reference.
        See Also:
        setAmount(MonetaryAmountType), CommerceFoundationPackage.getAdjustmentType_Amount()
      • setAmount

        void setAmount(MonetaryAmountType value)
        Sets the value of the 'Amount' containment reference.
        Parameters:
        value - the new value of the 'Amount' containment reference.
        See Also:
        getAmount()
      • getDisplayLevel

        java.lang.Object getDisplayLevel()
        Returns the value of the 'Display Level' attribute. The display level.
        Returns:
        the value of the 'Display Level' attribute.
        See Also:
        setDisplayLevel(Object), CommerceFoundationPackage.getAdjustmentType_DisplayLevel()
      • setDisplayLevel

        void setDisplayLevel(java.lang.Object value)
        Sets the value of the 'Display Level' attribute.
        Parameters:
        value - the new value of the 'Display Level' attribute.
        See Also:
        getDisplayLevel()
      • getPromotionType

        java.lang.String getPromotionType()
        Returns the value of the 'Promotion Type' attribute. What is the promotion type of this adjustment belongs to.
        Returns:
        the value of the 'Promotion Type' attribute.
        See Also:
        setPromotionType(String), CommerceFoundationPackage.getAdjustmentType_PromotionType()
      • setPromotionType

        void setPromotionType(java.lang.String value)
        Sets the value of the 'Promotion Type' attribute.
        Parameters:
        value - the new value of the 'Promotion Type' attribute.
        See Also:
        getPromotionType()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getAdjustmentType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()