com.hack23.cia.service.api.configuration
Class LanguageResponse

Package class diagram package LanguageResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceResponse
      extended by com.hack23.cia.service.api.content.AbstractContentResponse
          extended by com.hack23.cia.service.api.configuration.LanguageResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class LanguageResponse
extends AbstractContentResponse

The Class LanguageResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Constructor and Description
LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency)
          Instantiates a new language response.
LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContent)
          Instantiates a new language response.
LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto language)
          Instantiates a new language response.
 
Method Summary
Modifier and Type Method and Description
 AgencyData getAgency()
          Gets the agency.
 LanguageDto getLanguage()
          Gets the language.
 LanguageContentDto getLanguageContent()
          Gets the language content.
 
Methods inherited from class com.hack23.cia.service.api.content.AbstractContentResponse
getResult
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageResponse

public LanguageResponse(UserSessionDto userSessionDTO,
                        AgencyData agency)
Instantiates a new language response.

Parameters:
userSessionDTO - the user session dto
agency - the agency

LanguageResponse

public LanguageResponse(UserSessionDto userSessionDTO,
                        AgencyData agency,
                        LanguageContentDto languageContent)
Instantiates a new language response.

Parameters:
userSessionDTO - the user session dto
agency - the agency
languageContent - the language content

LanguageResponse

public LanguageResponse(UserSessionDto userSessionDTO,
                        AgencyData agency,
                        LanguageDto language)
Instantiates a new language response.

Parameters:
userSessionDTO - the user session dto
agency - the agency
language - the language
Method Detail

getAgency

public final AgencyData getAgency()
Gets the agency.

Returns:
the agency

getLanguage

public final LanguageDto getLanguage()
Gets the language.

Returns:
the language

getLanguageContent

public final LanguageContentDto getLanguageContent()
Gets the language content.

Returns:
the language content


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