public class ProposalUserEditRoles
extends org.kuali.rice.krad.bo.BusinessObjectBase
| Constructor and Description |
|---|
ProposalUserEditRoles()
Constructs a ProposalUserEditRoles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
getJavaScriptEnabled()
Is JavaScript enabled?
|
int |
getLineNum()
Get the line number.
|
List<ProposalRoleState> |
getRoleStates()
Is this user assigned to the "unassigned" role?
|
String |
getUsername()
Get the user's username.
|
void |
refresh() |
void |
setJavaScriptEnabled(boolean javaScriptEnabled)
Set the JavaScript to enabled or disabled.
|
void |
setLineNum(int lineNum)
Set the line number.
|
void |
setRoleState(String roleName,
Boolean state) |
void |
setRoleStates(List<ProposalRoleState> roleStates) |
void |
setUsername(String username)
Set the user's username.
|
public ProposalUserEditRoles()
public void setUsername(String username)
username - the user's usernamepublic String getUsername()
public List<ProposalRoleState> getRoleStates()
public void setRoleStates(List<ProposalRoleState> roleStates)
public void setLineNum(int lineNum)
lineNum - the line numberpublic int getLineNum()
public void setJavaScriptEnabled(boolean javaScriptEnabled)
javaScriptEnabled - true or falsepublic boolean getJavaScriptEnabled()
public void refresh()
BusinessObject.refresh()public void clear()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.