com.ibm.commerce.foundation.common.datatypes

Interface StoreIdentifierType



  • public interface StoreIdentifierType
    A representation of the model object 'Store Identifier Type'. The type definition of a store identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getStoreIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of the store.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getStoreIdentifierType_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

        StoreExternalIdentifierType getExternalIdentifier()
        Returns the value of the 'External Identifier' containment reference. The external identifier of the store.
        Returns:
        the value of the 'External Identifier' containment reference.
        See Also:
        setExternalIdentifier(StoreExternalIdentifierType), CommerceFoundationPackage.getStoreIdentifierType_ExternalIdentifier()