public class Account extends Object implements Comparable<Account>
| Constructor and Description |
|---|
Account(Long id,
String accountName,
String subdomain,
org.duracloud.account.db.model.Role role) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Account a) |
String |
getAccountName() |
Long |
getId() |
org.duracloud.account.db.model.Role |
getRole() |
String |
getSubdomain() |
Copyright © 2009–2019 DuraSpace. All rights reserved.