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

Package class diagram package LanguageAgencyActionEvent
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.LanguageAgencyActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class LanguageAgencyActionEvent
extends AbstractAgencyActionEvent

The Class LanguageAgencyActionEvent.

See Also:
Serialized Form

Constructor Summary
LanguageAgencyActionEvent()
          Instantiates a new language agency action event.
LanguageAgencyActionEvent(Date createdDate, UserSessionData userSession, Long agencyId, Long languageId, LanguageOperationType operation)
          Instantiates a new language agency action event.
 
Method Summary
 Long getLanguageId()
          Gets the language id.
 LanguageOperationType getOperation()
          Gets the operation.
 void setLanguageId(Long languageId)
          Sets the language id.
 void setOperation(LanguageOperationType 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

LanguageAgencyActionEvent

public LanguageAgencyActionEvent()
Instantiates a new language agency action event.


LanguageAgencyActionEvent

public LanguageAgencyActionEvent(Date createdDate,
                                 UserSessionData userSession,
                                 Long agencyId,
                                 Long languageId,
                                 LanguageOperationType operation)
Instantiates a new language agency action event.

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

getLanguageId

public Long getLanguageId()
Gets the language id.

Returns:
the language id

getOperation

public LanguageOperationType getOperation()
Gets the operation.

Returns:
the operation

setLanguageId

public void setLanguageId(Long languageId)
Sets the language id.

Parameters:
languageId - the new language id

setOperation

public void setOperation(LanguageOperationType operation)
Sets the operation.

Parameters:
operation - the new operation


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