com.ibm.commerce.member.facade.datatypes

Interface GetOrganizationDataAreaType



  • public interface GetOrganizationDataAreaType
    A representation of the model object 'Get Organization Data Area Type'. Type definition of the GetOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getGetOrganizationDataAreaType()
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), MemberPackage.getGetOrganizationDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • 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.getGetOrganizationDataAreaType_Organization()