|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jolbox.bonecp.UsernamePassword
public class UsernamePassword
Composite key handle for datasource.
| Constructor Summary | |
|---|---|
UsernamePassword(String username,
String password)
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPassword()
Returns the password field. |
String |
getUsername()
Returns the username field. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsernamePassword(String username,
String password)
username - password - | Method Detail |
|---|
public String getUsername()
public String getPassword()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||