public class ProvidedAccountKey extends Object implements Serializable
ProvidedAccount objects.| Constructor and Description |
|---|
ProvidedAccountKey() |
ProvidedAccountKey(int provider,
String sub,
String account) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccount() |
int |
getProvider() |
String |
getSub() |
int |
hashCode() |
void |
setAccount(String account) |
void |
setProvider(int provider) |
void |
setSub(String sub) |
Copyright © 2018 DocDoku. All rights reserved.