com.hack23.cia.service.api.user
Class ExternalUrlRequest

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

public class ExternalUrlRequest
extends AbstractUserRequest

The Class ExternalUrlRequest.

See Also:
Serialized Form

Constructor Summary
ExternalUrlRequest(Long userSessionId, ExternalUrlOperationType operation)
          Instantiates a new external url request.
 
Method Summary
 ExternalUrlOperationType 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

ExternalUrlRequest

public ExternalUrlRequest(Long userSessionId,
                          ExternalUrlOperationType operation)
Instantiates a new external url request.

Parameters:
userSessionId - the user session id
operation - the operation
Method Detail

getOperation

public final ExternalUrlOperationType getOperation()
Gets the operation.

Returns:
the operation


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