chrriis.dj.nativeswing.swtimpl.components
Class Credentials

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.Credentials

public class Credentials
extends Object

Author:
Christopher Deckers

Constructor Summary
Credentials(String userName, String password)
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credentials

public Credentials(String userName,
                   String password)
Method Detail

getUserName

public String getUserName()

getPassword

public String getPassword()