com.ibm.commerce.foundation.common.datatypes

Interface CatalogIdentifierType



  • public interface CatalogIdentifierType
    A representation of the model object 'Catalog Identifier Type'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getCatalogIdentifierType()
    • Method Detail

      • getUniqueID

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