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

Package class diagram package LanguageContentResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.admin.AbstractAdminResponse
              extended by com.hack23.cia.service.api.admin.AbstractConfigurationResponse
                  extended by com.hack23.cia.service.api.admin.LanguageContentResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class LanguageContentResponse
extends AbstractConfigurationResponse

The Class LanguageContentResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyDto agency, LanguageContentDto languageContent)
          Instantiates a new language content response.
LanguageContentResponse(UserSessionDto userSessionDTO, AgencyDto agency, LanguageDto language)
          Instantiates a new language content response.
 
Method Summary
 LanguageDto getLanguage()
          Gets the language.
 LanguageContentDto getLanguageContent()
          Gets the language content.
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractConfigurationResponse
getAgency
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractAdminResponse
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,
                               AgencyDto agency,
                               LanguageContentDto languageContent)
Instantiates a new language content response.

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

LanguageContentResponse

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

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

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-2009 www.hack23.com. All Rights Reserved.