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

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

public class ExternalUrlRequest
extends AbstractUserRequest

The Class ExternalUrlRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
ExternalUrlRequest(Long userSessionId, ExternalUrlOperationType operation)
          Instantiates a new external url request.
 
Method Summary
Modifier and Type Method and Description
 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-2010 www.hack23.com. All Rights Reserved.