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

Package class diagram package CommitteeReportsActionEvent
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.CommitteeReportsActionEvent
All Implemented Interfaces:
ActionEvent, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class CommitteeReportsActionEvent
extends AbstractParliamentActionEvent

The Class CommitteeReportsActionEvent.

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
CommitteeReportsActionEvent()
          Instantiates a new committee reports action event.
CommitteeReportsActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new committee reports action event.
 
Method Summary
 
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

CommitteeReportsActionEvent

public CommitteeReportsActionEvent()
Instantiates a new committee reports action event.


CommitteeReportsActionEvent

public CommitteeReportsActionEvent(Date createdDate,
                                   UserSession userSession)
Instantiates a new committee reports action event.

Parameters:
createdDate - the created date
userSession - the user session


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.