public class PersonImpl extends Object implements Serializable, Person
| Constructor and Description |
|---|
PersonImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
List<String> |
getAffiliations() |
List<String> |
getDepartments() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFirstName() |
String |
getHashedUserName() |
String |
getLastName() |
List<String> |
getLocations() |
String |
getPhone() |
String |
getUserName() |
void |
setAddress(String address) |
void |
setAffiliations(List<String> affiliations) |
void |
setDepartments(List<String> departments) |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setLocations(List<String> locations) |
void |
setPhone(String phone) |
void |
setUserName(String userName) |
public PersonImpl()
public String getHashedUserName()
getHashedUserName in interface Personpublic String getFirstName()
getFirstName in interface Personpublic void setFirstName(String firstName)
setFirstName in interface Personpublic String getLastName()
getLastName in interface Personpublic void setLastName(String lastName)
setLastName in interface Personpublic String getUserName()
getUserName in interface Personpublic void setUserName(String userName)
setUserName in interface Personpublic String getDisplayName()
getDisplayName in interface Personpublic void setDisplayName(String displayName)
setDisplayName in interface Personpublic String getAddress()
getAddress in interface Personpublic void setAddress(String address)
setAddress in interface Personpublic List<String> getLocations()
getLocations in interface Personpublic void setLocations(List<String> locations)
setLocations in interface Personpublic List<String> getAffiliations()
getAffiliations in interface Personpublic void setAffiliations(List<String> affiliations)
setAffiliations in interface Personpublic List<String> getDepartments()
getDepartments in interface Personpublic void setDepartments(List<String> departments)
setDepartments in interface PersonCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.