|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.util.DefaultLogin
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 |
public DefaultLogin()
Method Detail |
public String getPassword()
public String getUserId()
getUserId
in interface ILogin
public void setPassword(String password)
setPassword
in interface ILogin
public void setUserId(String userId)
setUserId
in interface ILogin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |