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

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

@Entity
public class UserAccountActionEvent
extends AbstractUserAccountActionEvent

The Class UserAccountActionEvent.

See Also:
Serialized Form

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

UserAccountActionEvent

public UserAccountActionEvent()
Instantiates a new user account action event.


UserAccountActionEvent

public UserAccountActionEvent(Date createdDate,
                              UserSession userSession,
                              UserAccountActionEvent.Operation operation)
Instantiates a new user account action event.

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

getOperation

public UserAccountActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation

setOperation

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

Parameters:
operation - the new operation


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