com.hack23.cia.web.api.content
Class LanguageContentAction

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

public class LanguageContentAction
extends AbstractConfigurationAction

The Class LanguageContentAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
LanguageContentAction(LanguageContentOperationType operation, AgencyDto agency, LanguageContentDto languageContent)
          Instantiates a new language content action.
 
Method Summary
Modifier and Type Method and Description
 AgencyDto getAgency()
          Gets the agency.
 LanguageContentDto getLanguageContent()
          Gets the language content.
 LanguageContentOperationType 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

LanguageContentAction

public LanguageContentAction(LanguageContentOperationType operation,
                             AgencyDto agency,
                             LanguageContentDto languageContent)
Instantiates a new language content action.

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

getAgency

public final AgencyDto getAgency()
Gets the agency.

Returns:
the agency

getLanguageContent

public final LanguageContentDto getLanguageContent()
Gets the language content.

Returns:
the language content

getOperation

public final LanguageContentOperationType getOperation()
Gets the operation.

Returns:
the operation


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