com.hack23.cia.web.action.admin
Class LanguageContentAction

Package class diagram package LanguageContentAction
java.lang.Object
  extended by com.hack23.cia.web.action.common.AbstractAction
      extended by com.hack23.cia.web.action.admin.AbstractAdminAction
          extended by com.hack23.cia.web.action.admin.AbstractConfigurationAction
              extended by com.hack23.cia.web.action.admin.LanguageContentAction
All Implemented Interfaces:
ControllerAction, Serializable

public class LanguageContentAction
extends AbstractConfigurationAction

The Class LanguageContentAction.

See Also:
Serialized Form

Constructor Summary
LanguageContentAction(LanguageContentActionEvent.Operation operation, Agency agency, LanguageContent languageContent)
          Instantiates a new language content action.
 
Method Summary
 Agency getAgency()
          Gets the agency.
 LanguageContent getLanguageContent()
          Gets the language content.
 LanguageContentActionEvent.Operation getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.action.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageContentAction

public LanguageContentAction(LanguageContentActionEvent.Operation operation,
                             Agency agency,
                             LanguageContent languageContent)
Instantiates a new language content action.

Parameters:
operation - the operation
agency - the agency
languageContent - the language content
Method Detail

getAgency

public final Agency getAgency()
Gets the agency.

Returns:
the agency

getLanguageContent

public final LanguageContent getLanguageContent()
Gets the language content.

Returns:
the language content

getOperation

public final LanguageContentActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation


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