com.hack23.cia.service.api.configuration
Class LanguageRequest

Package class diagram package LanguageRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.content.AbstractContentRequest
          extended by com.hack23.cia.service.api.configuration.LanguageRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class LanguageRequest
extends AbstractContentRequest

The Class LanguageRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
LanguageRequest(Long userSessionId, LanguageOperationType operation, AgencyDto agencyDto, LanguageDto languageDto)
          Instantiates a new language request.
 
Method Summary
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

LanguageRequest

public LanguageRequest(Long userSessionId,
                       LanguageOperationType operation,
                       AgencyDto agencyDto,
                       LanguageDto languageDto)
Instantiates a new language request.

Parameters:
userSessionId - the user session id
operation - the operation
agencyDto - the agency dto
languageDto - the language dto
Method Detail

getAgencyDto

public final AgencyDto getAgencyDto()
Gets the agency dto.

Returns:
the agency dto

getLanguage

public final LanguageDto getLanguage()
Gets the language.

Returns:
the language

getOperation

public final LanguageOperationType getOperation()
Gets the operation.

Returns:
the operation


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.