org.directdemocracyportal.democracy.model.application
Class UserRole

Package class diagram package UserRole
java.lang.Object
  extended by org.directdemocracyportal.democracy.model.core.BaseEntity
      extended by org.directdemocracyportal.democracy.model.core.Role
          extended by org.directdemocracyportal.democracy.model.application.UserRole
All Implemented Interfaces:
java.io.Serializable

@Entity
public class UserRole
extends Role

The Class UserRole.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
UserRole()
          Instantiates a new user role.
 
Method Summary
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

UserRole

public UserRole()
Instantiates a new user role.

Method Detail

getRoleActions

public java.util.Set<RoleAction> getRoleActions()
Gets the role actions.

Returns:
the role actions

setRoleActions

public void setRoleActions(java.util.Set<RoleAction> roleActions)
Sets the role actions.

Parameters:
roleActions - the new role actions


Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.