com.ibm.commerce.foundation.common.datatypes

Interface MemberGroupExternalIdentifierType



  • public interface MemberGroupExternalIdentifierType
    A representation of the model object 'Member Group External Identifier Type'. The type definition of an external identifier for a member group.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getMemberGroupExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the member group.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getMemberGroupExternalIdentifierType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store associated with the member group, for example a customer segment.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getMemberGroupExternalIdentifierType_StoreIdentifier()
      • getOwnerID

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