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

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

public class LanguageAgencyAction
extends AbstractConfigurationAction

The Class LanguageAgencyAction.

See Also:
Serialized Form

Constructor Summary
LanguageAgencyAction(LanguageOperationType operation, AgencyDto agency, LanguageDto lang)
          Instantiates a new language agency action.
 
Method Summary
 AgencyDto getAgency()
          Gets the agency.
 LanguageDto getLanguage()
          Gets the language.
 LanguageOperationType getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.api.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(LanguageOperationType operation,
                            AgencyDto agency,
                            LanguageDto lang)
Instantiates a new language agency action.

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

getAgency

public final AgencyDto getAgency()
Gets the agency.

Returns:
the agency

getLanguage

public final LanguageDto getLanguage()
Gets the language.

Returns:
the language

getOperation

public final LanguageOperationType getOperation()
Gets the operation.

Returns:
the operation


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