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

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

@Entity
public abstract class AbstractConfigurationActionEvent
extends AbstractAdminActionEvent

The Class AbstractConfigurationActionEvent.

See Also:
Serialized Form

Constructor Summary
AbstractConfigurationActionEvent(ActionEventType actionEventType)
          Instantiates a new abstract configuration action event.
AbstractConfigurationActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new abstract configuration action event.
 
Method Summary
 
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractActionEvent
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion
 
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity
equals, 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.common.api.PersistedModelObject
isNew
 

Constructor Detail

AbstractConfigurationActionEvent

public AbstractConfigurationActionEvent(ActionEventType actionEventType)
Instantiates a new abstract configuration action event.

Parameters:
actionEventType - the action event type

AbstractConfigurationActionEvent

public AbstractConfigurationActionEvent(Date createdDate,
                                        UserSession userSession)
Instantiates a new abstract configuration action event.

Parameters:
createdDate - the created date
userSession - the user session


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