com.ibm.commerce.member.facade.datatypes

Interface ReceiveEmailPreferenceType



  • public interface ReceiveEmailPreferenceType
    A representation of the model object 'Receive Email Preference Type'. The type definition of a person's preference to receive email from a store.

    The following features are supported:

    See Also:
    MemberPackage.getReceiveEmailPreferenceType()
    • Method Detail

      • isValue

        boolean isValue()
        Returns the value of the 'Value' attribute. True if the person would like to receive email from the specified store; false otherwise.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        isSetValue(), unsetValue(), setValue(boolean), MemberPackage.getReceiveEmailPreferenceType_Value()
      • setValue

        void setValue(boolean value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        isSetValue(), unsetValue(), isValue()
      • getStoreID

        java.lang.String getStoreID()
        Returns the value of the 'Store ID' attribute. The store context for this preference. StoreID 0 implies all stores.
        Returns:
        the value of the 'Store ID' attribute.
        See Also:
        setStoreID(String), MemberPackage.getReceiveEmailPreferenceType_StoreID()
      • setStoreID

        void setStoreID(java.lang.String value)
        Sets the value of the 'Store ID' attribute.
        Parameters:
        value - the new value of the 'Store ID' attribute.
        See Also:
        getStoreID()