com.ibm.commerce.foundation.common.datatypes

Interface CatalogGroupIdentifierType



  • public interface CatalogGroupIdentifierType
    A representation of the model object 'Catalog Group Identifier Type'. A type definition for a catalog group identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCatalogGroupIdentifierType()
    • Method Detail

      • getUniqueID

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