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

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

@Entity
public abstract class AbstractVIPActionEvent
extends AbstractUserActionEvent

The Class AbstractVIPActionEvent.

See Also:
Serialized Form

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

AbstractVIPActionEvent

public AbstractVIPActionEvent(ActionEventType actionEventType)
Instantiates a new abstract vip action event.

Parameters:
actionEventType - the action event type

AbstractVIPActionEvent

public AbstractVIPActionEvent(Date createdDate,
                              UserSession userSession)
Instantiates a new abstract vip action event.

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


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