com.ibm.commerce.member.facade.datatypes

Interface ShowPersonDataAreaType



  • public interface ShowPersonDataAreaType
    A representation of the model object 'Show Person Data Area Type'. Type definition of the ShowPerson BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getShowPersonDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), MemberPackage.getShowPersonDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • 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.getShowPersonDataAreaType_Person()