com.hack23.cia.service.api.admin
Class LanguageContentRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.admin.AbstractAdminRequest
com.hack23.cia.service.api.admin.AbstractConfigurationRequest
com.hack23.cia.service.api.admin.AbstractAgencyRequest
com.hack23.cia.service.api.admin.LanguageContentRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class LanguageContentRequest
- extends AbstractAgencyRequest
The Class LanguageContentRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LanguageContentRequest
public LanguageContentRequest(Long userSessionId,
LanguageContentOperationType operation,
AgencyDto agencyDto,
LanguageContentDto languageContentDto)
- Instantiates a new language content request.
- Parameters:
userSessionId
- the user session idoperation
- the operationagencyDto
- the agency dtolanguageContentDto
- the language content 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-2009 www.hack23.com. All Rights Reserved.