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

Package class diagram package LoginRequest
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.AbstractUserAccountRequest
                  extended by com.hack23.cia.service.api.user.LoginRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class LoginRequest
extends AbstractUserAccountRequest

The Class LoginRequest.

See Also:
Serialized Form

Constructor Summary
LoginRequest(Long userSessionId, UserAccountOperationType operation, String userName, String password)
          Instantiates a new login request.
 
Method Summary
 String getPassword()
          Gets the password.
 String getUserName()
          Gets the user name.
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserAccountRequest
getOperation
 
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

LoginRequest

public LoginRequest(Long userSessionId,
                    UserAccountOperationType operation,
                    String userName,
                    String password)
Instantiates a new login request.

Parameters:
userSessionId - the user session id
operation - the operation
userName - the user name
password - the password
Method Detail

getPassword

public final String getPassword()
Gets the password.

Returns:
the password

getUserName

public final String getUserName()
Gets the user name.

Returns:
the user name


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