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

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

@Entity
public class ExternalUrlActionEvent
extends AbstractUserActionEvent

The Class ExternalUrlActionEvent.

See Also:
Serialized Form

Constructor Summary
ExternalUrlActionEvent()
          Instantiates a new external url action event.
ExternalUrlActionEvent(Date createdDate, UserSessionData userSession, ExternalUrlOperationType operation)
          Instantiates a new external url action event.
 
Method Summary
 ExternalUrlOperationType getOperation()
          Gets the operation.
 void setOperation(ExternalUrlOperationType operation)
          Sets the operation.
 
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

ExternalUrlActionEvent

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


ExternalUrlActionEvent

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

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

getOperation

public ExternalUrlOperationType getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(ExternalUrlOperationType operation)
Sets the operation.

Parameters:
operation - the new operation


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