org.chorem.jtimer.entities
Class ConnectionData

java.lang.Object
  extended by 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

Field Summary
protected  String login
          login.
 
Constructor Summary
ConnectionData()
           
 
Method Summary
 String getLogin()
          Get login.
 void setLogin(String newLogin)
          Set login.
 
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

setLogin

public void setLogin(String newLogin)
Set login.

Parameters:
newLogin - the login to set


Copyright © 2007-2009 CodeLutin. All Rights Reserved.