|
||||||||||
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 com.hack23.cia.model.impl.application.events.admin.AgentOperationActionEvent
@Entity public class AgentOperationActionEvent extends AbstractActionEvent
The Class AgentOperationActionEvent.
Constructor and Description |
---|
AgentOperationActionEvent()
Instantiates a new agent operation action event. |
AgentOperationActionEvent(Date createdDate)
Instantiates a new agent operation action event. |
Modifier and Type | Method and Description |
---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
AgentOperationStatus |
getOperation()
Gets the operation. |
void |
setOperation(AgentOperationStatus 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 AgentOperationActionEvent()
public AgentOperationActionEvent(Date createdDate)
createdDate
- the created dateMethod Detail |
---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
getActionEventType
in class AbstractActionEvent
public AgentOperationStatus getOperation()
public void setOperation(AgentOperationStatus operation)
operation
- the new operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |