com.hack23.cia.model.impl.application.user
Class UserActionEvent
java.lang.Object
com.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.common.AbstractActionEvent
com.hack23.cia.model.impl.application.user.AbstractUserActionEvent
com.hack23.cia.model.impl.application.user.UserActionEvent
- All Implemented Interfaces:
- ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public class UserActionEvent
- extends AbstractUserActionEvent
The Class UserActionEvent.
- See Also:
- Serialized Form
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 |
UserActionEvent
public UserActionEvent()
- Instantiates a new user action event.
UserActionEvent
public UserActionEvent(Date createdDate,
UserSessionData userSession,
UserOperationType operation)
- Instantiates a new user action event.
- Parameters:
createdDate
- the created dateuserSession
- the user sessionoperation
- the operation
getOperation
public UserOperationType getOperation()
- Gets the operation.
- Returns:
- the operation
setOperation
public void setOperation(UserOperationType operation)
- Sets the operation.
- Parameters:
operation
- the new operation
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.