Class Party

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.messaging.Party
Direct Known Subclasses:
MultiParty

public class Party extends Object
  • Constructor Details

    • Party

      public Party()
  • Method Details

    • getLabel

      public String getLabel()
      Getter for label
    • setLabel

      public void setLabel(String label)
      Setter for label
    • withLabel

      public Party withLabel(String label)
      Fluent setter for label
    • getAddress

      public String getAddress()
      Getter for address
    • setAddress

      public void setAddress(String address)
      Setter for address
    • withAddress

      public Party withAddress(String address)
      Fluent setter for address
    • getRole

      public PartyRole getRole()
      Getter for role
    • setRole

      public void setRole(PartyRole role)
      Setter for role
    • withRole

      public Party withRole(PartyRole role)
      Fluent setter for role