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

Package class diagram package LanguageContentRequest
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.LanguageContentRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class LanguageContentRequest
extends AbstractContentRequest

The Class LanguageContentRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
LanguageContentRequest(Long userSessionId, LanguageContentOperationType operation, AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Instantiates a new language content request.
 
Method Summary
Modifier and Type Method and Description
 AgencyDto getAgencyDto()
          Gets the agency dto.
 LanguageContentDto getLanguageContent()
          Gets the language content.
 LanguageContentOperationType 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

LanguageContentRequest

public LanguageContentRequest(Long userSessionId,
                              LanguageContentOperationType operation,
                              AgencyDto agencyDto,
                              LanguageContentDto languageContentDto)
Instantiates a new language content request.

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

getAgencyDto

public final AgencyDto getAgencyDto()
Gets the agency dto.

Returns:
the agency dto

getLanguageContent

public final LanguageContentDto getLanguageContent()
Gets the language content.

Returns:
the language content

getOperation

public final LanguageContentOperationType getOperation()
Gets the operation.

Returns:
the operation


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