|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
com.hack23.cia.model.impl.application.events.user.PartyActionEvent
@Entity public class PartyActionEvent extends AbstractActionEvent
The Class PartyActionEvent.
| Constructor and Description |
|---|
PartyActionEvent()
Instantiates a new party action event. |
PartyActionEvent(Date createdDate,
String party,
TopListOperationType operation)
Instantiates a new party action event. |
| Modifier and Type | Method and Description |
|---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
ParliamentOperationType |
getCitizenOperation()
Gets the citizen operation. |
TopListOperationType |
getOperation()
Gets the operation. |
String |
getParty()
Gets the party. |
void |
setCitizenOperation(ParliamentOperationType citizenOperation)
Sets the citizen operation. |
void |
setOperation(TopListOperationType operation)
Sets the operation. |
void |
setParty(String party)
Sets the party. |
| Methods inherited from class com.hack23.cia.model.impl.application.events.user.AbstractActionEvent |
|---|
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, setVersion |
| Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
|---|
equals, getTypeContext, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
|---|
getTypeContext, isNew |
| Constructor Detail |
|---|
public PartyActionEvent()
public PartyActionEvent(Date createdDate,
String party,
TopListOperationType operation)
createdDate - the created dateparty - the partyoperation - the operation| Method Detail |
|---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventgetActionEventType in class AbstractActionEventpublic String getParty()
public void setParty(String party)
party - the new partypublic TopListOperationType getOperation()
public void setOperation(TopListOperationType operation)
operation - the new operationpublic ParliamentOperationType getCitizenOperation()
public void setCitizenOperation(ParliamentOperationType citizenOperation)
citizenOperation - the new citizen operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||