com.ibm.commerce.member.facade.datatypes

Interface ProcessPersonDataAreaType



  • public interface ProcessPersonDataAreaType
    A representation of the model object 'Process Person Data Area Type'. Type definition of the ProcessPerson BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getProcessPersonDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), MemberPackage.getProcessPersonDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • 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.getProcessPersonDataAreaType_Person()