com.hack23.cia.model.application.impl.user
Class CommitteeReportActionEvent

Package class diagram package CommitteeReportActionEvent
java.lang.Object
  extended by com.hack23.cia.model.common.impl.BaseEntity
      extended by com.hack23.cia.model.application.impl.common.AbstractActionEvent
          extended by com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
                  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
AbstractParliamentActionEvent.Operation
 
Constructor Summary
CommitteeReportActionEvent()
          Instantiates a new committee report action event.
CommitteeReportActionEvent(Date createdDate, UserSession userSession, Long commiteeReportId)
          Instantiates a new committee report action event.
 
Method Summary
 Long getCommitteeReportId()
          Gets the committee report id.
 void setCommitteeReportId(Long committeeReportId)
          Sets the committee report id.
 
Methods inherited from class com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
getCitizenOperation, setCitizenOperation
 
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
 
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity
equals, 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.common.api.PersistedModelObject
isNew
 

Constructor Detail

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 date
userSession - the user session
commiteeReportId - the commitee report id
Method Detail

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.