public class NetworkImpl extends Object implements Comparable<NetworkImpl>, Network
Constructor and Description |
---|
NetworkImpl(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 NetworkImpl(Network network)
public Date getCreatedAt()
getCreatedAt
in interface Network
public Boolean getIsEnabled()
getIsEnabled
in interface Network
public String getSubscriptionLevel()
getSubscriptionLevel
in interface Network
public Boolean getPaidNetwork()
getPaidNetwork
in interface Network
public int compareTo(NetworkImpl network)
compareTo
in interface Comparable<NetworkImpl>
Copyright © 2005–2017 Alfresco Software. All rights reserved.