com.hack23.cia.model.impl.application.events.admin
Class PortalActionEvent

Package class diagram package PortalActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.events.admin.PortalActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class PortalActionEvent
extends AbstractActionEvent

The Class PortalActionEvent.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
PortalActionEvent()
          Instantiates a new portal action event.
PortalActionEvent(Date createdDate, PortalOperationType operation, Long portalId)
          Instantiates a new portal action event.
 
Method Summary
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

PortalActionEvent

public PortalActionEvent()
Instantiates a new portal action event.


PortalActionEvent

public PortalActionEvent(Date createdDate,
                         PortalOperationType operation,
                         Long portalId)
Instantiates a new portal action event.

Parameters:
createdDate - the created date
operation - the operation
portalId - the portal id
Method Detail

getActionEventType

public ActionEventType getActionEventType()
Description copied from interface: ActionEvent
Gets the action event type.

Specified by:
getActionEventType in interface ActionEvent
Specified by:
getActionEventType in class AbstractActionEvent
Returns:
the action event type

getOperation

public PortalOperationType getOperation()
Gets the operation.

Returns:
the operation

getPortalId

public Long getPortalId()
Gets the portal id.

Returns:
the portal id

setOperation

public void setOperation(PortalOperationType operation)
Sets the operation.

Parameters:
operation - the new operation

setPortalId

public void setPortalId(Long portalId)
Sets the portal id.

Parameters:
portalId - the new portal id


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.