planetj.util
Class DefaultLogin

java.lang.Object
  |
  +--planetj.util.DefaultLogin
All Implemented Interfaces:
ILogin

public class DefaultLogin
extends Object
implements ILogin

A default implementation of the ILogin interface


Constructor Summary
DefaultLogin()
          DefaultLogin constructor
 
Method Summary
 String getPassword()
          Gets the password for the login
 String getUserId()
          Gets the user id for the login
 void setPassword(String password)
          Sets the password for the login
 void setUserId(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 String getPassword()
Gets the password for the login


getUserId

public String getUserId()
Gets the user id for the login

Specified by:
getUserId in interface ILogin

setPassword

public void setPassword(String password)
Sets the password for the login

Specified by:
setPassword in interface ILogin

setUserId

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

Specified by:
setUserId in interface ILogin