com.hack23.cia.web.impl.ui.viewfactory.api.configuration
Class LanguageAgencyModelAndView

Package class diagram package LanguageAgencyModelAndView
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.impl.ui.viewfactory.api.configuration.AbstractConfigurationModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.configuration.LanguageAgencyModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class LanguageAgencyModelAndView
extends AbstractConfigurationModelAndView

The Class LanguageAgencyModelAndView.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class LanguageAgencyModelAndView.LanguageAgencyViewSpecification
          The Enum LanguageAgencyViewSpecification.
 
Constructor Summary
Constructor and Description
LanguageAgencyModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification, AgencyData agency, LanguageDto languageDto)
          Instantiates a new language agency model and view.
 
Method Summary
Modifier and Type Method and Description
 AgencyData getAgency()
          Gets the agency.
 LanguageDto getLanguage()
          Gets the language.
 LanguageAgencyModelAndView.LanguageAgencyViewSpecification getLanguageAgencyViewSpecification()
          Gets the language agency view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageAgencyModelAndView

public LanguageAgencyModelAndView(UserSessionDto userSessionDTO,
                                  ControllerAction controllerAction,
                                  LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification,
                                  AgencyData agency,
                                  LanguageDto languageDto)
Instantiates a new language agency model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
languageAgencyViewSpecification - the language agency view specification
agency - the agency
languageDto - the language dto
Method Detail

getLanguage

public final LanguageDto getLanguage()
Gets the language.

Returns:
the language

getLanguageAgencyViewSpecification

public final LanguageAgencyModelAndView.LanguageAgencyViewSpecification getLanguageAgencyViewSpecification()
Gets the language agency view specification.

Returns:
the language agency view specification

getViewSpecificationDescription

public final String getViewSpecificationDescription()
Description copied from interface: ModelAndView
Gets the view specification description.

Specified by:
getViewSpecificationDescription in interface ModelAndView
Specified by:
getViewSpecificationDescription in class AbstractModelAndView
Returns:
the view specification description

getAgency

public final AgencyData getAgency()
Gets the agency.

Returns:
the agency


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