@MappedSuperclass public abstract class ProviderAccount extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
password
The password necessary to connect to this provider's services.
|
protected String |
username
The username necessary to connect to this provider's services.
|
id| Constructor and Description |
|---|
ProviderAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
equals, getId, getModified, hashCode, setId, setModifiedprotected String username
protected String password
Copyright © 2015–2016 DuraSpace. All rights reserved.