|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.application.events.user.AbstractActionEvent com.hack23.cia.model.impl.application.events.user.BallotActionEvent
@Entity public class BallotActionEvent extends AbstractActionEvent
The Class BallotActionEvent.
Constructor and Description |
---|
BallotActionEvent()
Instantiates a new ballot action event. |
BallotActionEvent(Date createdDate,
Long ballotId)
Instantiates a new ballot action event. |
Modifier and Type | Method and Description |
---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
Long |
getBallotId()
Gets the ballot id. |
ParliamentOperationType |
getCitizenOperation()
Gets the citizen operation. |
void |
setBallotId(Long ballotId)
Sets the ballot id. |
void |
setCitizenOperation(ParliamentOperationType citizenOperation)
Sets the citizen operation. |
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 BallotActionEvent()
public BallotActionEvent(Date createdDate, Long ballotId)
createdDate
- the created dateballotId
- the ballot idMethod Detail |
---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
getActionEventType
in class AbstractActionEvent
public Long getBallotId()
public void setBallotId(Long ballotId)
ballotId
- the new ballot idpublic 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 |