public class ExportedContactInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
building |
protected String |
city |
protected String |
country |
protected String |
email |
protected String |
faxNumber |
protected String |
mobileNumber |
protected String |
phoneNumber |
protected String |
room |
protected String |
state |
protected String |
website |
protected String |
zipCode |
| Constructor and Description |
|---|
ExportedContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getBuilding() |
String |
getCity() |
String |
getCountry() |
String |
getEmail() |
String |
getFaxNumber() |
String |
getMobileNumber() |
String |
getPhoneNumber() |
String |
getRoom() |
String |
getState() |
String |
getWebsite() |
String |
getZipCode() |
void |
setAddress(String address) |
void |
setBuilding(String building) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setFaxNumber(String faxNumber) |
void |
setMobileNumber(String mobileNumber) |
void |
setPhoneNumber(String phoneNumber) |
void |
setRoom(String room) |
void |
setState(String state) |
void |
setWebsite(String website) |
void |
setZipCode(String zipCode) |
protected String email
protected String phoneNumber
protected String mobileNumber
protected String faxNumber
protected String building
protected String room
protected String address
protected String zipCode
protected String city
protected String state
protected String country
protected String website
public String getEmail()
public void setEmail(String email)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getMobileNumber()
public void setMobileNumber(String mobileNumber)
public String getFaxNumber()
public void setFaxNumber(String faxNumber)
public String getBuilding()
public void setBuilding(String building)
public String getRoom()
public void setRoom(String room)
public String getAddress()
public void setAddress(String address)
public String getZipCode()
public void setZipCode(String zipCode)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getCountry()
public void setCountry(String country)
public String getWebsite()
public void setWebsite(String website)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.