| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
com.hack23.cia.model.impl.application.events.user.UserAccountActionEvent
@Entity public class UserAccountActionEvent extends AbstractActionEvent
The Class UserAccountActionEvent.
| Constructor and Description | 
|---|
UserAccountActionEvent()
Instantiates a new user account action event.  | 
UserAccountActionEvent(Date createdDate,
                       UserAccountOperationType operation)
Instantiates a new user account action event.  | 
| Modifier and Type | Method and Description | 
|---|---|
 ActionEventType | 
getActionEventType()
Gets the action event type.  | 
 UserAccountOperationType | 
getOperation()
Gets the operation.  | 
 void | 
setOperation(UserAccountOperationType operation)
Sets the operation.  | 
| Methods inherited from class com.hack23.cia.model.impl.application.events.user.AbstractActionEvent | 
|---|
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, 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 | 
|---|
public UserAccountActionEvent()
public UserAccountActionEvent(Date createdDate,
                              UserAccountOperationType operation)
createdDate - the created dateoperation - the operation| Method Detail | 
|---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventgetActionEventType in class AbstractActionEventpublic UserAccountOperationType getOperation()
public void setOperation(UserAccountOperationType operation)
operation - the new operation
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||