com.hack23.cia.model.impl.application.events.admin
Class AgentOperationActionEvent

Package class diagram package AgentOperationActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.events.admin.AgentOperationActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class AgentOperationActionEvent
extends AbstractActionEvent

The Class AgentOperationActionEvent.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
AgentOperationActionEvent()
          Instantiates a new agent operation action event.
AgentOperationActionEvent(Date createdDate)
          Instantiates a new agent operation action event.
 
Method Summary
Modifier and Type Method and Description
 ActionEventType getActionEventType()
          Gets the action event type.
 AgentOperationStatus getOperation()
          Gets the operation.
 void setOperation(AgentOperationStatus operation)
          Sets the operation.
 
Methods inherited from class com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, 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

AgentOperationActionEvent

public AgentOperationActionEvent()
Instantiates a new agent operation action event.


AgentOperationActionEvent

public AgentOperationActionEvent(Date createdDate)
Instantiates a new agent operation action event.

Parameters:
createdDate - the created date
Method Detail

getActionEventType

public ActionEventType getActionEventType()
Description copied from interface: ActionEvent
Gets the action event type.

Specified by:
getActionEventType in interface ActionEvent
Specified by:
getActionEventType in class AbstractActionEvent
Returns:
the action event type

getOperation

public AgentOperationStatus getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(AgentOperationStatus operation)
Sets the operation.

Parameters:
operation - the new operation


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