|
||||||||||
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.application.RoleAction
@Entity public class RoleAction extends BaseEntity
The Class RoleAction.
Constructor and Description |
---|
RoleAction()
Instantiates a new role action. |
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 |
---|
public RoleAction()
Method Detail |
---|
public java.lang.Long getId()
BaseEntity
getId
in class BaseEntity
public void setId(java.lang.Long id)
id
- the new idpublic Action getAction()
public void setAction(Action action)
action
- the new action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |