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

Package class diagram package TaskActionEvent
java.lang.Object
  extended by com.hack23.cia.model.core.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.TaskActionEvent
All Implemented Interfaces:
ActionEvent, Event, ModelObject, Serializable

@Entity
public class TaskActionEvent
extends AbstractAdminActionEvent

The Class TaskActionEvent.

See Also:
Serialized Form

Constructor Summary
TaskActionEvent()
          Instantiates a new task action event.
TaskActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new task 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.core.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.core.api.ModelObject
isNew
 

Constructor Detail

TaskActionEvent

public TaskActionEvent()
Instantiates a new task action event.


TaskActionEvent

public TaskActionEvent(Date createdDate,
                       UserSession userSession)
Instantiates a new task action event.

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


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