com.ibm.commerce.foundation.common.datatypes

Interface PromotionExternalIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPromotionExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the promotion.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getPromotionExternalIdentifierType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store associated with the promotion.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getPromotionExternalIdentifierType_StoreIdentifier()
      • getRevision

        java.math.BigInteger getRevision()
        Returns the value of the 'Revision' attribute.

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

        Returns:
        the value of the 'Revision' attribute.
        See Also:
        setRevision(BigInteger), CommerceFoundationPackage.getPromotionExternalIdentifierType_Revision()
      • setRevision

        void setRevision(java.math.BigInteger value)
        Sets the value of the 'Revision' attribute.
        Parameters:
        value - the new value of the 'Revision' attribute.
        See Also:
        getRevision()
      • getVersion

        java.math.BigInteger getVersion()
        Returns the value of the 'Version' attribute.

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

        Returns:
        the value of the 'Version' attribute.
        See Also:
        setVersion(BigInteger), CommerceFoundationPackage.getPromotionExternalIdentifierType_Version()
      • setVersion

        void setVersion(java.math.BigInteger value)
        Sets the value of the 'Version' attribute.
        Parameters:
        value - the new value of the 'Version' attribute.
        See Also:
        getVersion()