|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.api.common.AbstractServiceResponse com.hack23.cia.service.api.content.AbstractContentResponse com.hack23.cia.service.api.configuration.LanguageContentResponse
public class LanguageContentResponse extends AbstractContentResponse
The Class LanguageContentResponse.
Modifier and Type | Interface and Description |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse |
---|
ServiceResponse.ServiceResult |
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. |
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 |
---|
public LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContentDto)
userSessionDTO
- the user session dtoagency
- the agencylanguageContentDto
- the language content dtopublic LanguageContentResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto languageDto)
userSessionDTO
- the user session dtoagency
- the agencylanguageDto
- the language dtoMethod Detail |
---|
public final AgencyData getAgency()
public final LanguageDto getLanguage()
public final LanguageContentDto getLanguageContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |