|
||||||||||
| 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.common.AbstractActionEvent
@Entity public abstract class AbstractActionEvent
The Class AbstractActionEvent.
| Constructor Summary | |
|---|---|
AbstractActionEvent(ActionEventType actionEventType)
Instantiates a new abstract action event. |
|
AbstractActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract action event. |
|
| Method Summary | |
|---|---|
void |
computeExutionTime()
Compute exution time. |
ActionEventType |
getActionEventType()
Gets the action event type. |
protected TypeContext |
getApplicationTypeContext()
Gets the application group specification. |
Date |
getCreatedDate()
Gets the created date. |
Long |
getExecutionTime()
Gets the execution time. |
Long |
getId()
Gets the id. |
UserSession |
getUserSession()
Gets the user session. |
Long |
getVersion()
Gets the version. |
void |
setActionEventType(ActionEventType actionEventType)
Sets the action event type. |
void |
setCreatedDate(Date createdDate)
Sets the created date. |
void |
setExecutionTime(Long executionTime)
Sets the execution time. |
void |
setId(Long id)
Sets the id. |
void |
setUserSession(UserSession userSession)
Sets the user session. |
void |
setVersion(Long version)
Sets the version. |
| 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 AbstractActionEvent(ActionEventType actionEventType)
actionEventType - the action event type
public AbstractActionEvent(Date createdDate,
UserSessionData userSession)
createdDate - the created dateuserSession - the user session| Method Detail |
|---|
public void computeExutionTime()
ActionEvent
computeExutionTime in interface ActionEventpublic ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventpublic Date getCreatedDate()
ActionEvent
getCreatedDate in interface ActionEventpublic Long getExecutionTime()
ActionEvent
getExecutionTime in interface ActionEventpublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic UserSession getUserSession()
public Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setActionEventType(ActionEventType actionEventType)
ActionEvent
setActionEventType in interface ActionEventactionEventType - the new action event typepublic void setCreatedDate(Date createdDate)
ActionEvent
setCreatedDate in interface ActionEventcreatedDate - the new created datepublic void setExecutionTime(Long executionTime)
ActionEvent
setExecutionTime in interface ActionEventexecutionTime - the new execution timepublic void setId(Long id)
PersistedModelObject
setId in interface PersistedModelObjectid - the new idpublic void setUserSession(UserSession userSession)
userSession - the new user sessionpublic void setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new versionprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||