com.ibm.commerce.foundation.common.datatypes

Interface PromotionIdentifierType



  • public interface PromotionIdentifierType
    A representation of the model object 'Promotion Identifier Type'. Promotion identifier type definition.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPromotionIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique identifier of the promotion.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getPromotionIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getCalculationCodeIdentifier

        com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType getCalculationCodeIdentifier()
        Returns the value of the 'Calculation Code Identifier' containment reference. The calculation code identifier of the promotion.
        Returns:
        the value of the 'Calculation Code Identifier' containment reference.
        See Also:
        setCalculationCodeIdentifier(CalculationCodeIdentifierType), CommerceFoundationPackage.getPromotionIdentifierType_CalculationCodeIdentifier()
      • setCalculationCodeIdentifier

        void setCalculationCodeIdentifier(com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType value)
        Sets the value of the 'Calculation Code Identifier' containment reference.
        Parameters:
        value - the new value of the 'Calculation Code Identifier' containment reference.
        See Also:
        getCalculationCodeIdentifier()