Class ExportedContactInfo

java.lang.Object
org.bonitasoft.engine.identity.xml.ExportedContactInfo

public class ExportedContactInfo extends Object
Author:
Baptiste Mesta
  • Field Details

    • email

      protected String email
    • phoneNumber

      protected String phoneNumber
    • mobileNumber

      protected String mobileNumber
    • faxNumber

      protected String faxNumber
    • building

      protected String building
    • room

      protected String room
    • address

      protected String address
    • zipCode

      protected String zipCode
    • city

      protected String city
    • state

      protected String state
    • country

      protected String country
    • website

      protected String website
  • Constructor Details

    • ExportedContactInfo

      public ExportedContactInfo()
  • Method Details

    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getPhoneNumber

      public String getPhoneNumber()
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • getMobileNumber

      public String getMobileNumber()
    • setMobileNumber

      public void setMobileNumber(String mobileNumber)
    • getFaxNumber

      public String getFaxNumber()
    • setFaxNumber

      public void setFaxNumber(String faxNumber)
    • getBuilding

      public String getBuilding()
    • setBuilding

      public void setBuilding(String building)
    • getRoom

      public String getRoom()
    • setRoom

      public void setRoom(String room)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getZipCode

      public String getZipCode()
    • setZipCode

      public void setZipCode(String zipCode)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getWebsite

      public String getWebsite()
    • setWebsite

      public void setWebsite(String website)