org.directdemocracyportal.democracy.model.application
Class RoleAction

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

@Entity
public class RoleAction
extends BaseEntity

The Class RoleAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
RoleAction()
          Instantiates a new role action.
 
Method Summary
Modifier and Type Method and Description
 Action getAction()
          Gets the action.
 java.lang.Long getId()
          Gets the id.
 void setAction(Action action)
          Sets the action.
 void setId(java.lang.Long id)
          Sets the id.
 
Methods inherited from class org.directdemocracyportal.democracy.model.core.BaseEntity
isNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleAction

public RoleAction()
Instantiates a new role action.

Method Detail

getId

public java.lang.Long getId()
Description copied from class: BaseEntity
Gets the id.

Specified by:
getId in class BaseEntity
Returns:
the id

setId

public void setId(java.lang.Long id)
Sets the id.

Parameters:
id - the new id

getAction

public Action getAction()
Gets the action.

Returns:
the action

setAction

public void setAction(Action action)
Sets the action.

Parameters:
action - the new action


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