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

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

public class UserRequest
extends AbstractUserRequest

The Class UserRequest.

See Also:
Serialized Form

Constructor Summary
UserRequest(Long userSessionId, UserOperationType operation)
          Instantiates a new user request.
 
Method Summary
 UserOperationType 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

UserRequest

public UserRequest(Long userSessionId,
                   UserOperationType operation)
Instantiates a new user request.

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

getOperation

public final UserOperationType getOperation()
Gets the operation.

Returns:
the operation


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