public class ContactPojo extends Object implements Contact
| Constructor and Description |
|---|
ContactPojo() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddresses() |
String |
getContactSource() |
String |
getDepartment() |
List<EmailAddress> |
getEmailAddresses() |
String |
getFirstname() |
String |
getId() |
String |
getImageURI() |
String |
getInitials() |
String |
getOrganisation() |
List<PhoneNumber> |
getPhoneNumbers() |
String |
getPosition() |
Address |
getPrimaryAddress() |
EmailAddress |
getPrimaryEmailAddress() |
PhoneNumber |
getPrimaryPhoneNumber() |
String |
getSurname() |
String |
getTitle() |
String |
getURN() |
void |
setAddresses(List<Address> addresses) |
void |
setContactSource(String contactSource) |
void |
setDepartment(String department) |
void |
setEmailAddresses(List<EmailAddress> addresses) |
void |
setFirstname(String firstname) |
void |
setId(String id) |
void |
setImageURI(String uri) |
void |
setInitials(String initials) |
void |
setOrganisation(String organisation) |
void |
setPhoneNumbers(List<PhoneNumber> numbers) |
void |
setPosition(String position) |
void |
setSurname(String surname) |
void |
setTitle(String title) |
public void setTitle(String title)
public String getFirstname()
getFirstname in interface Contactpublic void setFirstname(String firstname)
setFirstname in interface Contactfirstname - the firstname to setpublic String getSurname()
getSurname in interface Contactpublic void setSurname(String surname)
setSurname in interface Contactsurname - the surname to setpublic String getInitials()
getInitials in interface Contactpublic void setInitials(String initials)
setInitials in interface Contactinitials - the initials to setpublic String getPosition()
getPosition in interface Contactpublic void setPosition(String position)
setPosition in interface Contactposition - the position to setpublic String getOrganisation()
getOrganisation in interface Contactpublic void setOrganisation(String organisation)
setOrganisation in interface Contactorganisation - the organisation to setpublic String getDepartment()
getDepartment in interface Contactpublic void setDepartment(String department)
setDepartment in interface Contactdepartment - the department to setpublic List<EmailAddress> getEmailAddresses()
getEmailAddresses in interface Contactpublic List<Address> getAddresses()
getAddresses in interface Contactpublic List<PhoneNumber> getPhoneNumbers()
getPhoneNumbers in interface Contactpublic String getContactSource()
getContactSource in interface Contactpublic void setContactSource(String contactSource)
setContactSource in interface ContactcontactSource - the contactSource to setpublic Address getPrimaryAddress()
getPrimaryAddress in interface Contactpublic EmailAddress getPrimaryEmailAddress()
getPrimaryEmailAddress in interface Contactpublic PhoneNumber getPrimaryPhoneNumber()
getPrimaryPhoneNumber in interface Contactpublic void setId(String id)
public String getImageURI()
getImageURI in interface Contactpublic void setImageURI(String uri)
setImageURI in interface Contacturi - String representation of the URI of a Image for the contact.public void setAddresses(List<Address> addresses)
setAddresses in interface Contactpublic void setEmailAddresses(List<EmailAddress> addresses)
setEmailAddresses in interface Contactpublic void setPhoneNumbers(List<PhoneNumber> numbers)
setPhoneNumbers in interface ContactCopyright © 2014 Jasig. All Rights Reserved.