com.ibm.commerce.member.facade.datatypes

Interface ChangePersonDataAreaType



  • public interface ChangePersonDataAreaType
    A representation of the model object 'Change Person Data Area Type'. Type definition of the ChangePerson BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getChangePersonDataAreaType()
    • 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.getChangePersonDataAreaType_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()
      • getPerson

        java.util.List getPerson()
        Returns the value of the 'Person' containment reference list. The list contents are of type PersonType. The Person noun.
        Returns:
        the value of the 'Person' containment reference list.
        See Also:
        MemberPackage.getChangePersonDataAreaType_Person()