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

Package class diagram package LanguageAgencyAction
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.LanguageAgencyAction
All Implemented Interfaces:
ControllerAction, Serializable

public class LanguageAgencyAction
extends AbstractConfigurationAction

The Class LanguageAgencyAction.

See Also:
Serialized Form

Constructor Summary
LanguageAgencyAction(LanguageAgencyActionEvent.Operation operation, Agency agency, Language lang)
          Instantiates a new language agency action.
 
Method Summary
 Agency getAgency()
          Gets the agency.
 Language getLanguage()
          Gets the language.
 LanguageAgencyActionEvent.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

LanguageAgencyAction

public LanguageAgencyAction(LanguageAgencyActionEvent.Operation operation,
                            Agency agency,
                            Language lang)
Instantiates a new language agency action.

Parameters:
operation - the operation
agency - the agency
lang - the lang
Method Detail

getAgency

public final Agency getAgency()
Gets the agency.

Returns:
the agency

getLanguage

public final Language getLanguage()
Gets the language.

Returns:
the language

getOperation

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

Returns:
the operation


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