public class NetworkImpl extends Object implements Comparable<NetworkImpl>, Network
| Constructor and Description |
|---|
NetworkImpl(org.alfresco.repo.tenant.Network network) |
NetworkImpl(String id,
Date createdAt,
Boolean isEnabled,
String subscriptionLevel,
Boolean paidNetwork) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NetworkImpl network) |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Gets the date the account was created
|
String |
getId()
Get the account name
|
Boolean |
getIsEnabled()
Gets whether an account is enabled or not.
|
Boolean |
getPaidNetwork() |
List<Quota> |
getQuotas() |
String |
getSubscriptionLevel()
Gets the subscription level.
|
int |
hashCode() |
String |
toString() |
public Date getCreatedAt()
getCreatedAt in interface Networkpublic Boolean getIsEnabled()
getIsEnabled in interface Networkpublic String getSubscriptionLevel()
getSubscriptionLevel in interface Networkpublic Boolean getPaidNetwork()
getPaidNetwork in interface Networkpublic int compareTo(NetworkImpl network)
compareTo in interface Comparable<NetworkImpl>Copyright © 2005–2018 Alfresco Software. All rights reserved.