com.ibm.commerce.foundation.common.datatypes

Interface PartNumberIdentifierType



  • public interface PartNumberIdentifierType
    A representation of the model object 'Part Number Identifier Type'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPartNumberIdentifierType()
    • Method Detail

      • getPartNumber

        java.lang.String getPartNumber()
        Returns the value of the 'Part Number' attribute. The part number or SKU for a catalog entry.
        Returns:
        the value of the 'Part Number' attribute.
        See Also:
        setPartNumber(String), CommerceFoundationPackage.getPartNumberIdentifierType_PartNumber()
      • setPartNumber

        void setPartNumber(java.lang.String value)
        Sets the value of the 'Part Number' attribute.
        Parameters:
        value - the new value of the 'Part Number' attribute.
        See Also:
        getPartNumber()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store associated with the catalog entry.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getPartNumberIdentifierType_StoreIdentifier()
      • getOwnerID

        java.lang.String getOwnerID()
        Returns the value of the 'Owner ID' attribute. The owner organization of the catalog entry.
        Returns:
        the value of the 'Owner ID' attribute.
        See Also:
        setOwnerID(String), CommerceFoundationPackage.getPartNumberIdentifierType_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()