org.kuali.db
Class Credentials
java.lang.Object
org.kuali.db.Credentials
public class Credentials
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
String username
password
String password
Credentials
public Credentials()
Credentials
public Credentials(String username,
String password)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.