Class ContactInformation

java.lang.Object
com.persequor.event.ContactInformation

public class ContactInformation extends Object
  • Constructor Details

    • ContactInformation

      public ContactInformation()
  • Method Details

    • getContact

      public String getContact()
    • setContact

      public void setContact(String contact)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getFaxNumber

      public String getFaxNumber()
    • setFaxNumber

      public void setFaxNumber(String faxNumber)
    • getTelephoneNumber

      public String getTelephoneNumber()
    • setTelephoneNumber

      public void setTelephoneNumber(String telephoneNumber)
    • getContactTypeIdentifier

      public String getContactTypeIdentifier()
    • setContactTypeIdentifier

      public void setContactTypeIdentifier(String contactTypeIdentifier)
    • copy

      public ContactInformation copy()