planetj.util
Class DefaultLogin

java.lang.Object
  extended byplanetj.util.DefaultLogin
All Implemented Interfaces:
ILogin

public class DefaultLogin
extends java.lang.Object
implements ILogin

A default implementation of the ILogin interface


Constructor Summary
DefaultLogin()
          DefaultLogin constructor
 
Method Summary
 java.lang.String getPassword()
          Gets the password for the login
 java.lang.String getUserId()
          Gets the user id for the login
 void setPassword(java.lang.String password)
          Sets the password for the login
 void setUserId(java.lang.String userId)
          Sets the user id for the login
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogin

public DefaultLogin()
DefaultLogin constructor

Method Detail

getPassword

public java.lang.String getPassword()
Gets the password for the login


getUserId

public java.lang.String getUserId()
Gets the user id for the login

Specified by:
getUserId in interface ILogin

setPassword

public void setPassword(java.lang.String password)
Sets the password for the login

Specified by:
setPassword in interface ILogin

setUserId

public void setUserId(java.lang.String userId)
Sets the user id for the login

Specified by:
setUserId in interface ILogin