public class ProposalUserRoles extends Object implements Serializable
| Constructor and Description |
|---|
ProposalUserRoles()
Constructs a ProposalUser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleName(String roleName)
Add a role name.
|
boolean |
equals(Object obj) |
String |
getFullname()
Get the user's full name.
|
List<String> |
getRoleLabels()
Get the user's role labels in the proposal.
|
List<String> |
getRoleNames()
Get the user's role id in the proposal.
|
String |
getUnitName()
Get the user's home unit name.
|
String |
getUnitNumber()
Get the user's home unit number.
|
String |
getUsername()
Get the user's username.
|
int |
hashCode() |
void |
setFullname(String fullname)
Set the user's full name.
|
void |
setRoleNames(List<String> roleNames)
Set the user's role id.
|
void |
setUnitName(String unitName)
Set the user's home unit name.
|
void |
setUnitNumber(String unitNumber)
Set the user's home unit number.
|
void |
setUsername(String username)
Set the user's unique username.
|
public String getUsername()
public void setUsername(String username)
username - the user's usernamepublic String getFullname()
public void setFullname(String fullname)
fullname - the user's full namepublic String getUnitNumber()
public void setUnitNumber(String unitNumber)
unitNumber - the user's home unit numberpublic String getUnitName()
public void setUnitName(String unitName)
unitName - the user's home unit namepublic List<String> getRoleNames()
public void setRoleNames(List<String> roleNames)
roleId - the user's role idpublic void addRoleName(String roleName)
roleName - the role namepublic List<String> getRoleLabels()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.