|
||||||||||
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.LanguageResponse
public class LanguageResponse extends AbstractContentResponse
The Class LanguageResponse.
Modifier and Type | Interface and Description |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse |
---|
ServiceResponse.ServiceResult |
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. |
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 LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency)
userSessionDTO
- the user session dtoagency
- the agencypublic LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageContentDto languageContent)
userSessionDTO
- the user session dtoagency
- the agencylanguageContent
- the language contentpublic LanguageResponse(UserSessionDto userSessionDTO, AgencyData agency, LanguageDto language)
userSessionDTO
- the user session dtoagency
- the agencylanguage
- the languageMethod 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 |