@Entity public class AccountInfo extends BaseEntity implements Comparable<AccountInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountInfo.AccountStatus |
id| Constructor and Description |
|---|
AccountInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AccountInfo o) |
String |
getAcctName() |
String |
getDepartment() |
String |
getOrgName() |
StorageProviderAccount |
getPrimaryStorageProviderAccount() |
Set<StorageProviderAccount> |
getSecondaryStorageProviderAccounts() |
AccountInfo.AccountStatus |
getStatus() |
String |
getSubdomain() |
void |
setAcctName(String acctName) |
void |
setDepartment(String department) |
void |
setOrgName(String orgName) |
void |
setPrimaryStorageProviderAccount(StorageProviderAccount primaryStorageProviderAccount) |
void |
setSecondaryStorageProviderAccounts(Set<StorageProviderAccount> secondaryStorageProviderAccounts) |
void |
setStatus(AccountInfo.AccountStatus status) |
void |
setSubdomain(String subdomain) |
equals, getId, getModified, hashCode, setId, setModifiedpublic String getSubdomain()
public void setSubdomain(String subdomain)
public String getAcctName()
public void setAcctName(String acctName)
public String getOrgName()
public void setOrgName(String orgName)
public String getDepartment()
public void setDepartment(String department)
public AccountInfo.AccountStatus getStatus()
public void setStatus(AccountInfo.AccountStatus status)
public StorageProviderAccount getPrimaryStorageProviderAccount()
public void setPrimaryStorageProviderAccount(StorageProviderAccount primaryStorageProviderAccount)
public Set<StorageProviderAccount> getSecondaryStorageProviderAccounts()
public void setSecondaryStorageProviderAccounts(Set<StorageProviderAccount> secondaryStorageProviderAccounts)
public int compareTo(AccountInfo o)
compareTo in interface Comparable<AccountInfo>Copyright © 2015–2016 DuraSpace. All rights reserved.