|
||||||||||
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.PortalActionEvent
@Entity public class PortalActionEvent extends AbstractActionEvent
The Class PortalActionEvent.
Constructor and Description |
---|
PortalActionEvent()
Instantiates a new portal action event. |
PortalActionEvent(Date createdDate,
PortalOperationType operation,
Long portalId)
Instantiates a new portal action event. |
Modifier and Type | Method and Description |
---|---|
ActionEventType |
getActionEventType()
Gets the action event type. |
PortalOperationType |
getOperation()
Gets the operation. |
Long |
getPortalId()
Gets the portal id. |
void |
setOperation(PortalOperationType operation)
Sets the operation. |
void |
setPortalId(Long portalId)
Sets the portal id. |
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 PortalActionEvent()
public PortalActionEvent(Date createdDate, PortalOperationType operation, Long portalId)
createdDate
- the created dateoperation
- the operationportalId
- the portal idMethod Detail |
---|
public ActionEventType getActionEventType()
ActionEvent
getActionEventType
in interface ActionEvent
getActionEventType
in class AbstractActionEvent
public PortalOperationType getOperation()
public Long getPortalId()
public void setOperation(PortalOperationType operation)
operation
- the new operationpublic void setPortalId(Long portalId)
portalId
- the new portal id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |