|
||||||||||
| 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
@Entity public abstract class AbstractActionEvent extends BaseEntity implements EventData
The Class AbstractActionEvent.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActionEvent()
Instantiates a new abstract action event. |
protected |
AbstractActionEvent(Date createdDate)
Instantiates a new abstract action event. |
| Modifier and Type | Method and Description |
|---|---|
void |
computeExutionTime()
Compute exution time. |
abstract ActionEventType |
getActionEventType()
Gets the action event type. |
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
Date |
getCreatedDate()
Gets the created date. |
Long |
getExecutionTime()
Gets the execution time. |
Long |
getId()
Gets the id. |
Long |
getVersion()
Gets the version. |
void |
setCreatedDate(Date createdDate)
Sets the created date. |
void |
setExecutionTime(Long executionTime)
Sets the execution time. |
void |
setId(Long id)
Sets the id. |
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 |
|---|
protected AbstractActionEvent()
protected AbstractActionEvent(Date createdDate)
createdDate - the created date| Method Detail |
|---|
public void computeExutionTime()
ActionEvent
computeExutionTime in interface ActionEventpublic abstract ActionEventType getActionEventType()
ActionEvent
getActionEventType in interface ActionEventprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic Date getCreatedDate()
ActionEvent
getCreatedDate in interface ActionEventpublic Long getExecutionTime()
ActionEvent
getExecutionTime in interface ActionEventpublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic 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 setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||