com.ibm.commerce.foundation.common.datatypes

Interface StoreLocationIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getStoreLocationIdentifierType()
    • Method Detail

      • getUniqueID

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

        java.lang.String getExternalIdentifier()
        Returns the value of the 'External Identifier' attribute. The external identifier of the store location.
        Returns:
        the value of the 'External Identifier' attribute.
        See Also:
        setExternalIdentifier(String), CommerceFoundationPackage.getStoreLocationIdentifierType_ExternalIdentifier()
      • setExternalIdentifier

        void setExternalIdentifier(java.lang.String value)
        Sets the value of the 'External Identifier' attribute.
        Parameters:
        value - the new value of the 'External Identifier' attribute.
        See Also:
        getExternalIdentifier()