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

Package class diagram package AbstractUserActionEvent
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
All Implemented Interfaces:
ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
AbstractParliamentActionEvent, AbstractUserAccountActionEvent, AbstractVIPActionEvent, ExternalUrlActionEvent, UserActionEvent

@Entity
public abstract class AbstractUserActionEvent
extends AbstractActionEvent

The Class AbstractUserActionEvent.

See Also:
Serialized Form

Constructor Summary
AbstractUserActionEvent(ActionEventType actionEventType)
          Instantiates a new abstract user action event.
AbstractUserActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new abstract user action event.
 
Method Summary
 
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

AbstractUserActionEvent

public AbstractUserActionEvent(ActionEventType actionEventType)
Instantiates a new abstract user action event.

Parameters:
actionEventType - the action event type

AbstractUserActionEvent

public AbstractUserActionEvent(Date createdDate,
                               UserSession userSession)
Instantiates a new abstract user action event.

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


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