-
- All Implemented Interfaces:
- Serializable
public class ConnectionData
extends Object
implements Serializable
Data class to get login, password... for ws.
- Version:
- $Revision: 2778 $
Last update : $Date: 2011-09-05 10:12:54 +0200 (Mon, 05 Sep 2011) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected String |
login
login.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
login
protected String login
login.
-
Constructor Detail
-
ConnectionData
public ConnectionData()
-
Method Detail
-
getLogin
public String getLogin()
Get login.
- Returns:
- the login
Copyright © 2007–2013 CodeLutin. All rights reserved.