com.hack23.cia.service.api.user
Class UserRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.user.AbstractUserRequest
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRequest
public UserRequest(Long userSessionId,
UserOperationType operation)
- Instantiates a new user request.
- Parameters:
userSessionId
- the user session idoperation
- the operation
getOperation
public final UserOperationType getOperation()
- Gets the operation.
- Returns:
- the operation
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.