|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.content.AbstractContentRequest
com.hack23.cia.service.api.configuration.LanguageRequest
public class LanguageRequest extends AbstractContentRequest
The Class LanguageRequest.
| Constructor and Description |
|---|
LanguageRequest(Long userSessionId,
LanguageOperationType operation,
AgencyDto agencyDto,
LanguageDto languageDto)
Instantiates a new language request. |
| Modifier and Type | Method and Description |
|---|---|
AgencyDto |
getAgencyDto()
Gets the agency dto. |
LanguageDto |
getLanguage()
Gets the language. |
LanguageOperationType |
getOperation()
Gets the operation. |
| Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest |
|---|
getUserSessionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LanguageRequest(Long userSessionId,
LanguageOperationType operation,
AgencyDto agencyDto,
LanguageDto languageDto)
userSessionId - the user session idoperation - the operationagencyDto - the agency dtolanguageDto - the language dto| Method Detail |
|---|
public final AgencyDto getAgencyDto()
public final LanguageDto getLanguage()
public final LanguageOperationType getOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||