com.hack23.cia.model.application.impl.user
Class ExternalUrlActionEvent
java.lang.Object
com.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.application.impl.common.AbstractActionEvent
com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
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
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 |
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 dateuserSession
- the user sessionoperation
- the operation
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.