com.hack23.cia.service.api.admin
Class LanguageContentResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.admin.AbstractAdminResponse
com.hack23.cia.service.api.admin.AbstractConfigurationResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LanguageContentResponse
public LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyDto agency,
LanguageContentDto languageContent)
- Instantiates a new language content response.
- Parameters:
userSessionDTO
- the user session dtoagency
- the agencylanguageContent
- the language content
LanguageContentResponse
public LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyDto agency,
LanguageDto language)
- Instantiates a new language content response.
- Parameters:
userSessionDTO
- the user session dtoagency
- the agencylanguage
- the language
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.