com.ibm.commerce.member.facade.datatypes

Interface ShowMemberGroupDataAreaType



  • public interface ShowMemberGroupDataAreaType
    A representation of the model object 'Show Member Group Data Area Type'. Type definition of the ShowMemberGroup BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getShowMemberGroupDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), MemberPackage.getShowMemberGroupDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • getMemberGroup

        java.util.List getMemberGroup()
        Returns the value of the 'Member Group' containment reference list. The list contents are of type MemberGroupType. The MemberGroup noun.
        Returns:
        the value of the 'Member Group' containment reference list.
        See Also:
        MemberPackage.getShowMemberGroupDataAreaType_MemberGroup()