|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.model.core.BaseEntity org.directdemocracyportal.democracy.model.core.Role org.directdemocracyportal.democracy.model.application.UserRole
@Entity public class UserRole extends Role
The Class UserRole.
Constructor and Description |
---|
UserRole()
Instantiates a new user role. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleAction> |
getRoleActions()
Gets the role actions. |
void |
setRoleActions(java.util.Set<RoleAction> roleActions)
Sets the role actions. |
Methods inherited from class org.directdemocracyportal.democracy.model.core.Role |
---|
equals, getGroupAgent, getId, getLongDescription, getName, getPlayers, getShortDescription, hashCode, setGroupAgent, setId, setLongDescription, setName, setPlayers, setShortDescription |
Methods inherited from class org.directdemocracyportal.democracy.model.core.BaseEntity |
---|
isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserRole()
Method Detail |
---|
public java.util.Set<RoleAction> getRoleActions()
public void setRoleActions(java.util.Set<RoleAction> roleActions)
roleActions
- the new role actions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |