com.ibm.commerce.foundation.common.datatypes

Interface CatalogGroupExternalIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCatalogGroupExternalIdentifierType()
    • Method Detail

      • getGroupIdentifier

        java.lang.String getGroupIdentifier()
        Returns the value of the 'Group Identifier' attribute. External identifying name for the catalog group.
        Returns:
        the value of the 'Group Identifier' attribute.
        See Also:
        setGroupIdentifier(String), CommerceFoundationPackage.getCatalogGroupExternalIdentifierType_GroupIdentifier()
      • setGroupIdentifier

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

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

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