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

Package class diagram package AbstractUserAccountActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.common.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.impl.application.user.AbstractUserAccountActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
UserAccountActionEvent

@Entity
public abstract class AbstractUserAccountActionEvent
extends AbstractUserActionEvent

The Class AbstractUserAccountActionEvent.

See Also:
Serialized Form

Constructor Summary
AbstractUserAccountActionEvent(ActionEventType actionEventType)
          Instantiates a new abstract user account action event.
AbstractUserAccountActionEvent(Date createdDate, UserSessionData userSession)
          Instantiates a new abstract user account action event.
 
Method Summary
 
Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, 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

AbstractUserAccountActionEvent

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

Parameters:
actionEventType - the action event type

AbstractUserAccountActionEvent

public AbstractUserAccountActionEvent(Date createdDate,
                                      UserSessionData userSession)
Instantiates a new abstract user account action event.

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


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