com.ibm.commerce.foundation.common.datatypes

Interface CatalogEntryIdentifierType



  • public interface CatalogEntryIdentifierType
    A representation of the model object 'Catalog Entry Identifier Type'. A type definition for a catalog entry identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCatalogEntryIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. A unique ID for a catalog entry.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getCatalogEntryIdentifierType_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()
      • getExternalIdentifier

        PartNumberIdentifierType getExternalIdentifier()
        Returns the value of the 'External Identifier' containment reference. An external identifier for a catalog entry.
        Returns:
        the value of the 'External Identifier' containment reference.
        See Also:
        setExternalIdentifier(PartNumberIdentifierType), CommerceFoundationPackage.getCatalogEntryIdentifierType_ExternalIdentifier()