com.hack23.cia.model.application.impl.user
Class CommitteeReportActionEvent
java.lang.Object
com.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.application.impl.common.AbstractActionEvent
com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
com.hack23.cia.model.application.impl.user.CommitteeReportActionEvent
- All Implemented Interfaces:
- ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public class CommitteeReportActionEvent
- extends AbstractParliamentActionEvent
The Class CommitteeReportActionEvent.
- See Also:
- Serialized Form
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractActionEvent |
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
CommitteeReportActionEvent
public CommitteeReportActionEvent()
- Instantiates a new committee report action event.
CommitteeReportActionEvent
public CommitteeReportActionEvent(Date createdDate,
UserSession userSession,
Long commiteeReportId)
- Instantiates a new committee report action event.
- Parameters:
createdDate
- the created dateuserSession
- the user sessioncommiteeReportId
- the commitee report id
getCommitteeReportId
public Long getCommitteeReportId()
- Gets the committee report id.
- Returns:
- the committee report id
setCommitteeReportId
public void setCommitteeReportId(Long committeeReportId)
- Sets the committee report id.
- Parameters:
committeeReportId
- the new committee report id
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.