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 Person
public String getFirstName()
getFirstName
in interface Person
public void setFirstName(String firstName)
setFirstName
in interface Person
public String getLastName()
getLastName
in interface Person
public void setLastName(String lastName)
setLastName
in interface Person
public String getUserName()
getUserName
in interface Person
public void setUserName(String userName)
setUserName
in interface Person
public String getDisplayName()
getDisplayName
in interface Person
public void setDisplayName(String displayName)
setDisplayName
in interface Person
public String getAddress()
getAddress
in interface Person
public void setAddress(String address)
setAddress
in interface Person
public List<String> getLocations()
getLocations
in interface Person
public void setLocations(List<String> locations)
setLocations
in interface Person
public List<String> getAffiliations()
getAffiliations
in interface Person
public void setAffiliations(List<String> affiliations)
setAffiliations
in interface Person
public List<String> getDepartments()
getDepartments
in interface Person
public void setDepartments(List<String> departments)
setDepartments
in interface Person
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.