com.ibm.commerce.member.facade.datatypes

Interface ChangeOrganizationDataAreaType



  • public interface ChangeOrganizationDataAreaType
    A representation of the model object 'Change Organization Data Area Type'. Type definition of the ChangeOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getChangeOrganizationDataAreaType()
    • Method Detail

      • getChange

        ChangeType getChange()
        Returns the value of the 'Change' containment reference. The Change verb.
        Returns:
        the value of the 'Change' containment reference.
        See Also:
        setChange(ChangeType), MemberPackage.getChangeOrganizationDataAreaType_Change()
      • setChange

        void setChange(ChangeType value)
        Sets the value of the 'Change' containment reference.
        Parameters:
        value - the new value of the 'Change' containment reference.
        See Also:
        getChange()
      • 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.getChangeOrganizationDataAreaType_Organization()