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

Package class diagram package ExternalUrlActionEvent
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.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.application.impl.user.ExternalUrlActionEvent
All Implemented Interfaces:
ActionEvent, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class ExternalUrlActionEvent
extends AbstractUserActionEvent

The Class ExternalUrlActionEvent.

See Also:
Serialized Form

Nested Class Summary
static class ExternalUrlActionEvent.Operation
          The Enum Operation.
 
Constructor Summary
ExternalUrlActionEvent()
          Instantiates a new external url action event.
ExternalUrlActionEvent(Date createdDate, UserSession userSession, ExternalUrlActionEvent.Operation operation)
          Instantiates a new external url action event.
 
Method Summary
 ExternalUrlActionEvent.Operation getOperation()
          Gets the operation.
 void setOperation(ExternalUrlActionEvent.Operation operation)
          Sets the operation.
 
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

ExternalUrlActionEvent

public ExternalUrlActionEvent()
Instantiates a new external url action event.


ExternalUrlActionEvent

public ExternalUrlActionEvent(Date createdDate,
                              UserSession userSession,
                              ExternalUrlActionEvent.Operation operation)
Instantiates a new external url action event.

Parameters:
createdDate - the created date
userSession - the user session
operation - the operation
Method Detail

getOperation

public ExternalUrlActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(ExternalUrlActionEvent.Operation operation)
Sets the operation.

Parameters:
operation - the new operation


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