com.ibm.commerce.foundation.common.datatypes

Interface CatalogExternalIdentifierType



  • public interface CatalogExternalIdentifierType
    A representation of the model object 'Catalog External Identifier Type'. A type definition for a unique external identifier for the catalog.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCatalogExternalIdentifierType()
    • Method Detail

      • getIdentifier

        java.lang.String getIdentifier()
        Returns the value of the 'Identifier' attribute. External identifying name for the catalog.
        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), CommerceFoundationPackage.getCatalogExternalIdentifierType_Identifier()
      • setIdentifier

        void setIdentifier(java.lang.String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • getStoreIdentifier

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

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