net.sf.oxclient.beans
Class SimpleUser

java.lang.Object
  extended by net.sf.oxclient.beans.SimpleUser
All Implemented Interfaces:
IUser

public class SimpleUser
extends Object
implements IUser

Author:
Björn Voß

Constructor Summary
SimpleUser()
           
 
Method Summary
 String getLogin()
           
 String getPassword()
           
 void setLogin(String login)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUser

public SimpleUser()
Method Detail

getLogin

public String getLogin()
Specified by:
getLogin in interface IUser

getPassword

public String getPassword()
Specified by:
getPassword in interface IUser

setLogin

public void setLogin(String login)

setPassword

public void setPassword(String password)


Copyright © 2007. All Rights Reserved.