public class PersonImpl extends Object implements Serializable, Person
Constructor and Description |
---|
PersonImpl()
Creates a new instance of a
PersonImpl |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
List<String> |
getAffiliations() |
List<String> |
getDepartments() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFirstName()
Gets the firstname.
|
String |
getHashedUserName()
Gets the Hashed user name.
|
String |
getLastName()
Gets the Last name
|
List<String> |
getLocations() |
String |
getPhone() |
String |
getUserName()
Gets the username
|
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)
Sets the firstname
|
void |
setLastName(String lastName)
Sets the last name
|
void |
setLocations(List<String> locations) |
void |
setPhone(String phone) |
void |
setUserName(String userName) |
public PersonImpl()
PersonImpl
public String getHashedUserName()
Person
getHashedUserName
in interface Person
public String getFirstName()
Person
getFirstName
in interface Person
public void setFirstName(String firstName)
Person
setFirstName
in interface Person
firstName
- Firstname.public String getLastName()
Person
getLastName
in interface Person
public void setLastName(String lastName)
Person
setLastName
in interface Person
lastName
- Last namepublic String getUserName()
Person
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-2014 The Kuali Foundation. All Rights Reserved.