public class Person extends Object implements Serializable
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAccount(Account account) |
void |
addEmail(Email email) |
void |
addOrganization(Organization organization) |
void |
addPhoneNumber(PhoneNumber phoneNumber) |
void |
addTag(String tag) |
boolean |
equals(Object other) |
Set<Account> |
getAccounts() |
String |
getDisplayName() |
Set<Email> |
getEmails() |
String |
getEmailValue() |
String |
getError() |
String |
getId() |
Name |
getName() |
String |
getNickname() |
Set<Organization> |
getOrganizations() |
Set<PhoneNumber> |
getPhoneNumbers() |
Set<String> |
getTags() |
String |
getVoot_membership_role() |
int |
hashCode() |
void |
setAccounts(Set<Account> accounts) |
void |
setDisplayName(String displayName) |
void |
setEmails(Set<Email> emails) |
void |
setError(String error) |
void |
setId(String id) |
void |
setName(Name name) |
void |
setNickname(String nickName) |
void |
setOrganizations(Set<Organization> organizations) |
void |
setPhoneNumbers(Set<PhoneNumber> phoneNumbers) |
void |
setTags(Set<String> tags) |
void |
setVoot_membership_role(String voot_membership_role) |
String |
toString() |
public void addEmail(Email email)
public void addTag(String tag)
public void addAccount(Account account)
public void addOrganization(Organization organization)
public void addPhoneNumber(PhoneNumber phoneNumber)
public String getNickname()
public void setNickname(String nickName)
nickName - the nickName to setpublic String getEmailValue()
public String getId()
public void setId(String id)
id - the id to setpublic Name getName()
public void setName(Name name)
name - the name to setpublic void setAccounts(Set<Account> accounts)
accounts - the accounts to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getVoot_membership_role()
public void setVoot_membership_role(String voot_membership_role)
voot_membership_role - the voot_membership_role to setpublic Set<Organization> getOrganizations()
public void setOrganizations(Set<Organization> organizations)
organizations - the organizations to setpublic Set<PhoneNumber> getPhoneNumbers()
public void setPhoneNumbers(Set<PhoneNumber> phoneNumbers)
phoneNumbers - the phoneNumbers to setpublic String getError()
public void setError(String error)
error - the error to setCopyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.