org.chorem.jtimer.entities
Class ConnectionData
java.lang.Object
org.chorem.jtimer.entities.ConnectionData
- All Implemented Interfaces:
- Serializable
public class ConnectionData
- extends Object
- implements Serializable
Data class to get login, password... for ws.
- Version:
- $Revision: 2607 $
Last update : $Date: 2009-06-18 17:19:19 +0200 (jeu. 18 juin 2009) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
login
protected String login
- login.
ConnectionData
public ConnectionData()
getLogin
public String getLogin()
- Get login.
- Returns:
- the login
setLogin
public void setLogin(String newLogin)
- Set login.
- Parameters:
newLogin
- the login to set
Copyright © 2007-2009 CodeLutin. All Rights Reserved.