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

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

public class AgencyRequest
extends AbstractServiceRequest

The Class AgencyRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency request.
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId, AgencyDto agencyDto)
          Instantiates a new agency request.
 
Method Summary
Modifier and Type Method and Description
 AgencyDto getAgencyDto()
          Gets the agency dto.
 Long getAgencyId()
          Gets the agency id.
 ConfigurationOperationType 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

AgencyRequest

public AgencyRequest(Long userSessionId,
                     ConfigurationOperationType operation,
                     Long agencyId)
Instantiates a new agency request.

Parameters:
userSessionId - the user session id
operation - the operation
agencyId - the agency id

AgencyRequest

public AgencyRequest(Long userSessionId,
                     ConfigurationOperationType operation,
                     Long agencyId,
                     AgencyDto agencyDto)
Instantiates a new agency request.

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

getAgencyId

public final Long getAgencyId()
Gets the agency id.

Returns:
the agency id

getOperation

public final ConfigurationOperationType getOperation()
Gets the operation.

Returns:
the operation

getAgencyDto

public final AgencyDto getAgencyDto()
Gets the agency dto.

Returns:
the agency dto


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