de.starface.integration.uci.java.v30.types
Class ContactInfo
java.lang.Object
de.starface.integration.uci.java.v30.types.ContactInfo
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class ContactInfo
- extends Object
- implements Serializable
This object holds the properties of the contact info as returned by
UciFunctionKeyRequests.getCallInfoForKey(String)
- See Also:
- Serialized Form
ContactInfo
public ContactInfo()
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getFamilyName
public String getFamilyName()
setFamilyName
public void setFamilyName(String familyName)
getCompany
public String getCompany()
setCompany
public void setCompany(String company)
getJobTitle
public String getJobTitle()
setJobTitle
public void setJobTitle(String jobTitle)
getMobilePhone
public String getMobilePhone()
setMobilePhone
public void setMobilePhone(String mobilePhone)
getHomePhone
public String getHomePhone()
setHomePhone
public void setHomePhone(String homePhone)
getEmail
public String getEmail()
setEmail
public void setEmail(String eMail)
getJabberId
public String getJabberId()
setJabberId
public void setJabberId(String jabberId)
getStreet
public String getStreet()
setStreet
public void setStreet(String street)
getPostCode
public String getPostCode()
setPostCode
public void setPostCode(String postCode)
getCity
public String getCity()
setCity
public void setCity(String city)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getInternalPhone
public String getInternalPhone()
setInternalPhone
public void setInternalPhone(String internalPhone)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getPhone2
public String getPhone2()
setPhone2
public void setPhone2(String phone2)
getFax
public String getFax()
setFax
public void setFax(String fax)
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 STARFACE GmbH. All rights reserved.