public class SContactInfoImpl extends SPersistentObjectImpl implements SContactInfo
| Constructor and Description |
|---|
SContactInfoImpl() |
SContactInfoImpl(SContactInfo contactInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getBuilding() |
String |
getCity() |
String |
getCountry() |
String |
getDiscriminator() |
String |
getEmail() |
String |
getFaxNumber() |
String |
getMobileNumber() |
String |
getPhoneNumber() |
String |
getRoom() |
String |
getState() |
Long |
getUserId() |
String |
getWebsite() |
String |
getZipCode() |
boolean |
isPersonal() |
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 |
setPersonal(boolean personal) |
void |
setPhoneNumber(String phoneNumber) |
void |
setRoom(String room) |
void |
setState(String state) |
void |
setUserId(Long userId) |
void |
setWebsite(String website) |
void |
setZipCode(String zipCode) |
equals, getId, getTenantId, hashCode, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, setId, setTenantIdpublic SContactInfoImpl()
public SContactInfoImpl(SContactInfo contactInfo)
public Long getUserId()
getUserId in interface SContactInfopublic void setUserId(Long userId)
public void setEmail(String email)
public void setPhoneNumber(String phoneNumber)
public void setMobileNumber(String mobileNumber)
public void setFaxNumber(String faxNumber)
public void setBuilding(String building)
public void setRoom(String room)
public void setAddress(String address)
public void setZipCode(String zipCode)
public void setCity(String city)
public void setState(String state)
public void setCountry(String country)
public void setWebsite(String website)
public void setPersonal(boolean personal)
public String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic String getEmail()
getEmail in interface SContactInfopublic String getPhoneNumber()
getPhoneNumber in interface SContactInfopublic String getMobileNumber()
getMobileNumber in interface SContactInfopublic String getFaxNumber()
getFaxNumber in interface SContactInfopublic String getBuilding()
getBuilding in interface SContactInfopublic String getRoom()
getRoom in interface SContactInfopublic String getAddress()
getAddress in interface SContactInfopublic String getZipCode()
getZipCode in interface SContactInfopublic String getCity()
getCity in interface SContactInfopublic String getState()
getState in interface SContactInfopublic String getCountry()
getCountry in interface SContactInfopublic String getWebsite()
getWebsite in interface SContactInfopublic boolean isPersonal()
isPersonal in interface SContactInfoCopyright © 2019 Bonitasoft S.A.. All rights reserved.