com.ibm.commerce.foundation.common.datatypes

Interface StoreExternalIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getStoreExternalIdentifierType()
    • Method Detail

      • getNameIdentifier

        java.lang.String getNameIdentifier()
        Returns the value of the 'Name Identifier' attribute. The identifier of the store.
        Returns:
        the value of the 'Name Identifier' attribute.
        See Also:
        setNameIdentifier(String), CommerceFoundationPackage.getStoreExternalIdentifierType_NameIdentifier()
      • setNameIdentifier

        void setNameIdentifier(java.lang.String value)
        Sets the value of the 'Name Identifier' attribute.
        Parameters:
        value - the new value of the 'Name Identifier' attribute.
        See Also:
        getNameIdentifier()
      • getOwnerID

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