|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.model.BaseObject
org.appfuse.model.UserRole
Role class used to determine roles for a user
| Constructor Summary | |
UserRole()
|
|
UserRole(String roleName)
|
|
| Method Summary | |
Long |
getId()
Returns the id. |
String |
getRoleName()
Returns the rolename. |
Long |
getUserId()
|
String |
getUsername()
Returns the username. |
void |
setId(Long id)
Sets the id. |
void |
setRoleName(String rolename)
Sets the rolename. |
void |
setUserId(Long userId)
|
void |
setUsername(String username)
Sets the username. |
| Methods inherited from class org.appfuse.model.BaseObject |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserRole()
public UserRole(String roleName)
| Method Detail |
public Long getUserId()
public void setUserId(Long userId)
userId - public Long getId()
public void setId(Long id)
id - The id to setpublic String getUsername()
public void setUsername(String username)
username - The username to setpublic String getRoleName()
public void setRoleName(String rolename)
rolename - The rolename to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||