|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 dateMethod Detail |
---|
public void computeExutionTime()
ActionEvent
computeExutionTime
in interface ActionEvent
public abstract ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
protected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
public Date getCreatedDate()
ActionEvent
getCreatedDate
in interface ActionEvent
public Long getExecutionTime()
ActionEvent
getExecutionTime
in interface ActionEvent
public Long getId()
BaseEntity
getId
in interface PersistedModelObject
getId
in class BaseEntity
public Long getVersion()
BaseEntity
getVersion
in interface PersistedModelObject
getVersion
in class BaseEntity
public void setCreatedDate(Date createdDate)
ActionEvent
setCreatedDate
in interface ActionEvent
createdDate
- the new created datepublic void setExecutionTime(Long executionTime)
ActionEvent
setExecutionTime
in interface ActionEvent
executionTime
- the new execution timepublic void setId(Long id)
PersistedModelObject
setId
in interface PersistedModelObject
id
- the new idpublic void setVersion(Long version)
PersistedModelObject
setVersion
in interface PersistedModelObject
version
- the new version
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |