com.ibm.commerce.member.facade.datatypes

Interface AcknowledgeOrganizationDataAreaType



  • public interface AcknowledgeOrganizationDataAreaType
    A representation of the model object 'Acknowledge Organization Data Area Type'. Type definition of the AcknowledgeOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getAcknowledgeOrganizationDataAreaType()
    • Method Detail

      • getAcknowledge

        AcknowledgeType getAcknowledge()
        Returns the value of the 'Acknowledge' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Acknowledge' containment reference.
        See Also:
        setAcknowledge(AcknowledgeType), MemberPackage.getAcknowledgeOrganizationDataAreaType_Acknowledge()
      • setAcknowledge

        void setAcknowledge(AcknowledgeType value)
        Sets the value of the 'Acknowledge' containment reference.
        Parameters:
        value - the new value of the 'Acknowledge' containment reference.
        See Also:
        getAcknowledge()
      • 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.getAcknowledgeOrganizationDataAreaType_Organization()