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

Package class diagram package LanguageContentResponse
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.LanguageContentResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class LanguageContentResponse
extends AbstractContentResponse

The Class LanguageContentResponse.

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
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContentDto)
          Instantiates a new language content response.
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto languageDto)
          Instantiates a new language content 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

LanguageContentResponse

public LanguageContentResponse(UserSessionDto userSessionDTO,
                               AgencyData agency,
                               LanguageContentDto languageContentDto)
Instantiates a new language content response.

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

LanguageContentResponse

public LanguageContentResponse(UserSessionDto userSessionDTO,
                               AgencyData agency,
                               LanguageDto languageDto)
Instantiates a new language content response.

Parameters:
userSessionDTO - the user session dto
agency - the agency
languageDto - the language dto
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.