com.hack23.cia.model.application.api
Interface ActionEvent

Package class diagram package ActionEvent
All Superinterfaces:
Event, ModelObject, PersistedModelObject, Serializable
All Known Implementing Classes:
AbstractActionEvent, AbstractAdminActionEvent, AbstractAgencyActionEvent, AbstractConfigurationActionEvent, AbstractParliamentActionEvent, AbstractSoftwareAgentActionEvent, AbstractTopListActionEvent, AbstractUserAccountActionEvent, AbstractUserActionEvent, AbstractVIPActionEvent, AgencyActionEvent, AgentDeploymentActionEvent, AgentOperationActionEvent, ApplicationActionEvent, ApplicationErrorActionEvent, BallotActionEvent, CommitteeReportActionEvent, CommitteeReportsActionEvent, ExternalUrlActionEvent, LanguageAgencyActionEvent, LanguageContentActionEvent, MonitorActionEvent, ParliamentMemberActionEvent, PartyActionEvent, PortalActionEvent, SearchActionEvent, TopListActionEvent, UserAccountActionEvent, UserActionEvent

public interface ActionEvent
extends Event

The Interface ActionEvent.


Method Summary
 void computeExutionTime()
          Compute exution time.
 ActionEventType getActionEventType()
          Gets the action event type.
 Date getCreatedDate()
          Gets the created date.
 Long getExecutionTime()
          Gets the execution time.
 void setActionEventType(ActionEventType actionEventType)
          Sets the action event type.
 void setCreatedDate(Date createdDate)
          Sets the created date.
 void setExecutionTime(Long executionTime)
          Sets the execution time.
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
getId, getVersion, isNew, setId, setVersion
 

Method Detail

computeExutionTime

void computeExutionTime()
Compute exution time.


getActionEventType

ActionEventType getActionEventType()
Gets the action event type.

Returns:
the action event type

getCreatedDate

Date getCreatedDate()
Gets the created date.

Returns:
the created date

getExecutionTime

Long getExecutionTime()
Gets the execution time.

Returns:
the execution time

setActionEventType

void setActionEventType(ActionEventType actionEventType)
Sets the action event type.

Parameters:
actionEventType - the new action event type

setCreatedDate

void setCreatedDate(Date createdDate)
Sets the created date.

Parameters:
createdDate - the new created date

setExecutionTime

void setExecutionTime(Long executionTime)
Sets the execution time.

Parameters:
executionTime - the new execution time


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