com.ibm.commerce.member.facade.datatypes

Interface ShowOrganizationDataAreaType



  • public interface ShowOrganizationDataAreaType
    A representation of the model object 'Show Organization Data Area Type'. Type definition of the ShowOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getShowOrganizationDataAreaType()
    • 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.getShowOrganizationDataAreaType_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()
      • getOrganization

        java.util.List getOrganization()
        Returns the value of the 'Organization' containment reference list. The list contents are of type OrganizationType. The Organization noun.
        Returns:
        the value of the 'Organization' containment reference list.
        See Also:
        MemberPackage.getShowOrganizationDataAreaType_Organization()