com.ibm.commerce.foundation.common.datatypes

Interface PriceListExternalIdentifierType



  • public interface PriceListExternalIdentifierType
    A representation of the model object 'Price List External Identifier Type'. The external identifier type of price list.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPriceListExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the offer price.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getPriceListExternalIdentifierType_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 own this PriceList.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getPriceListExternalIdentifierType_StoreIdentifier()
      • getOwnerID

        java.lang.String getOwnerID()
        Returns the value of the 'Owner ID' attribute. The owner organization of the offer price.
        Returns:
        the value of the 'Owner ID' attribute.
        See Also:
        setOwnerID(String), CommerceFoundationPackage.getPriceListExternalIdentifierType_OwnerID()
      • setOwnerID

        void setOwnerID(java.lang.String value)
        Sets the value of the 'Owner ID' attribute.
        Parameters:
        value - the new value of the 'Owner ID' attribute.
        See Also:
        getOwnerID()