com.hack23.cia.model.impl.application.admin
Class AgencyActionEvent

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

@Entity
public class AgencyActionEvent
extends AbstractAgencyActionEvent

The Class AgencyActionEvent.

See Also:
Serialized Form

Constructor Summary
AgencyActionEvent()
          Instantiates a new agency action event.
AgencyActionEvent(Date createdDate, UserSession userSession, ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency action event.
 
Method Summary
 ConfigurationOperationType getOperation()
          Gets the operation.
 void setOperation(ConfigurationOperationType operation)
          Sets the operation.
 
Methods inherited from class com.hack23.cia.model.impl.application.admin.AbstractAgencyActionEvent
getAgencyId, setAgencyId
 
Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, 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

AgencyActionEvent

public AgencyActionEvent()
Instantiates a new agency action event.


AgencyActionEvent

public AgencyActionEvent(Date createdDate,
                         UserSession userSession,
                         ConfigurationOperationType operation,
                         Long agencyId)
Instantiates a new agency action event.

Parameters:
createdDate - the created date
userSession - the user session
operation - the operation
agencyId - the agency id
Method Detail

getOperation

public ConfigurationOperationType getOperation()
Gets the operation.

Returns:
the operation

setOperation

public void setOperation(ConfigurationOperationType operation)
Sets the operation.

Parameters:
operation - the new operation


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