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

Package class diagram package AbstractAgencyActionEvent
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
                  extended by com.hack23.cia.model.application.impl.admin.AbstractAgencyActionEvent
All Implemented Interfaces:
ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
Direct Known Subclasses:
AgencyActionEvent, LanguageAgencyActionEvent, LanguageContentActionEvent

@Entity
public abstract class AbstractAgencyActionEvent
extends AbstractConfigurationActionEvent

The Class AbstractAgencyActionEvent.

See Also:
Serialized Form

Constructor Summary
AbstractAgencyActionEvent(ActionEventType actionEventType)
          Instantiates a new abstract agency action event.
AbstractAgencyActionEvent(Date createdDate, UserSession userSession, Long agencyId)
          Instantiates a new abstract agency action event.
 
Method Summary
 Long getAgencyId()
          Gets the agency id.
 void setAgencyId(Long agencyId)
          Sets the agency id.
 
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

AbstractAgencyActionEvent

public AbstractAgencyActionEvent(ActionEventType actionEventType)
Instantiates a new abstract agency action event.

Parameters:
actionEventType - the action event type

AbstractAgencyActionEvent

public AbstractAgencyActionEvent(Date createdDate,
                                 UserSession userSession,
                                 Long agencyId)
Instantiates a new abstract agency action event.

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

getAgencyId

public Long getAgencyId()
Gets the agency id.

Returns:
the agency id

setAgencyId

public void setAgencyId(Long agencyId)
Sets the agency id.

Parameters:
agencyId - the new agency id


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