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

Package class diagram package AbstractSoftwareAgentActionEvent
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.admin.AbstractAdminActionEvent
              extended by com.hack23.cia.model.application.impl.admin.AbstractSoftwareAgentActionEvent
All Implemented Interfaces:
ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
AgentDeploymentActionEvent, AgentOperationActionEvent

@Entity
public abstract class AbstractSoftwareAgentActionEvent
extends AbstractAdminActionEvent

The Class AbstractSoftwareAgentActionEvent.

See Also:
Serialized Form

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

AbstractSoftwareAgentActionEvent

public AbstractSoftwareAgentActionEvent(ActionEventType actionEventType)
Instantiates a new abstract software agent action event.

Parameters:
actionEventType - the action event type

AbstractSoftwareAgentActionEvent

public AbstractSoftwareAgentActionEvent(Date createdDate,
                                        UserSession userSession)
Instantiates a new abstract software agent action event.

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


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