public interface Contact extends Serializable
| 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) |
String getURN()
String getId()
Address getPrimaryAddress()
String getContactSource()
String getDepartment()
List<EmailAddress> getEmailAddresses()
EmailAddress getPrimaryEmailAddress()
String getFirstname()
String getInitials()
String getOrganisation()
List<PhoneNumber> getPhoneNumbers()
PhoneNumber getPrimaryPhoneNumber()
String getPosition()
String getSurname()
String getTitle()
String getImageURI()
void setContactSource(String contactSource)
contactSource - the contactSource to setvoid setDepartment(String department)
department - the department to setvoid setEmailAddresses(List<EmailAddress> addresses)
the - emailAddresses listvoid setFirstname(String firstname)
firstname - the firstname to setvoid setInitials(String initials)
initials - the initials to setvoid setOrganisation(String organisation)
organisation - the organisation to setvoid setPhoneNumbers(List<PhoneNumber> numbers)
the - phoneNumbersvoid setPosition(String position)
position - the position to setvoid setSurname(String surname)
surname - the surname to setvoid setTitle(String title)
title - the title to setvoid setId(String id)
id - the ID of the Contactvoid setImageURI(String uri)
uri - String representation of the URI of a Image for the contact.Copyright © 2013 Jasig. All Rights Reserved.