public class ProposalUser
extends org.kuali.rice.krad.bo.BusinessObjectBase
| Constructor and Description |
|---|
ProposalUser()
Constructs a ProposalUser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFullname()
Get the user's full name.
|
String |
getRoleLabel()
Get the user's role name in the proposal.
|
String |
getRoleName()
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.
|
void |
refresh() |
void |
setFullname(String fullname)
Set the user's full name.
|
void |
setRoleName(String roleName)
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 String getRoleName()
public void setRoleName(String roleName)
roleId - the user's role idpublic String getRoleLabel()
public void refresh()
BusinessObject.refresh()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.