com.hack23.cia.model.impl.application.admin
Class AbstractAdminActionEvent

Package class diagram package AbstractAdminActionEvent
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.admin.AbstractAdminActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
AbstractConfigurationActionEvent, AbstractSoftwareAgentActionEvent, MonitorActionEvent

@Entity
public abstract class AbstractAdminActionEvent
extends AbstractActionEvent

The Class AbstractAdminActionEvent.

See Also:
Serialized Form

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

AbstractAdminActionEvent

public AbstractAdminActionEvent(ActionEventType actionEventType)
Instantiates a new abstract admin action event.

Parameters:
actionEventType - the action event type

AbstractAdminActionEvent

public AbstractAdminActionEvent(Date createdDate,
                                UserSessionData userSession)
Instantiates a new abstract admin action event.

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


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