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

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

@Entity
public class LanguageContentActionEvent
extends AbstractAgencyActionEvent

The Class LanguageContentActionEvent.

See Also:
Serialized Form

Nested Class Summary
static class LanguageContentActionEvent.Operation
          The Enum Operation.
 
Constructor Summary
LanguageContentActionEvent()
          Instantiates a new language content action event.
LanguageContentActionEvent(Date createdDate, UserSession userSession, Long agencyId, Long languageContentId, LanguageContentActionEvent.Operation operation)
          Instantiates a new language content action event.
 
Method Summary
 Long getLanguageContentId()
          Gets the language content id.
 LanguageContentActionEvent.Operation getOperation()
          Gets the operation.
 void setLanguageContentId(Long languageContentId)
          Sets the language content id.
 void setOperation(LanguageContentActionEvent.Operation operation)
          Sets the operation.
 
Methods inherited from class com.hack23.cia.model.application.impl.admin.AbstractAgencyActionEvent
getAgencyId, setAgencyId
 
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

LanguageContentActionEvent

public LanguageContentActionEvent()
Instantiates a new language content action event.


LanguageContentActionEvent

public LanguageContentActionEvent(Date createdDate,
                                  UserSession userSession,
                                  Long agencyId,
                                  Long languageContentId,
                                  LanguageContentActionEvent.Operation operation)
Instantiates a new language content action event.

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

getLanguageContentId

public Long getLanguageContentId()
Gets the language content id.

Returns:
the language content id

getOperation

public LanguageContentActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation

setLanguageContentId

public void setLanguageContentId(Long languageContentId)
Sets the language content id.

Parameters:
languageContentId - the new language content id

setOperation

public void setOperation(LanguageContentActionEvent.Operation operation)
Sets the operation.

Parameters:
operation - the new operation


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