|
||||||||||
| 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.CommitteeReportActionEvent
@Entity public class CommitteeReportActionEvent extends AbstractActionEvent
The Class CommitteeReportActionEvent.
| Constructor and Description |
|---|
CommitteeReportActionEvent()
Instantiates a new committee report action event. |
CommitteeReportActionEvent(Date createdDate,
Long commiteeReportId)
Instantiates a new committee report action event. |
| Modifier and Type | Method and Description |
|---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
ParliamentOperationType |
getCitizenOperation()
Gets the citizen operation. |
Long |
getCommitteeReportId()
Gets the committee report id. |
void |
setCitizenOperation(ParliamentOperationType citizenOperation)
Sets the citizen operation. |
void |
setCommitteeReportId(Long committeeReportId)
Sets the committee report id. |
| 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 CommitteeReportActionEvent()
public CommitteeReportActionEvent(Date createdDate,
Long commiteeReportId)
createdDate - the created datecommiteeReportId - the commitee report id| Method Detail |
|---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventgetActionEventType in class AbstractActionEventpublic Long getCommitteeReportId()
public void setCommitteeReportId(Long committeeReportId)
committeeReportId - the new committee report 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 | |||||||||