public class PersonNetwork extends Object implements Network, Comparable<PersonNetwork>
| Constructor and Description |
|---|
PersonNetwork() |
PersonNetwork(Boolean homeNetwork,
Network network) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PersonNetwork member) |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Gets the date the account was created
|
Boolean |
getHomeNetwork() |
String |
getId() |
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()
NetworkgetCreatedAt in interface Networkpublic Boolean getIsEnabled()
NetworkgetIsEnabled in interface Networkpublic String getSubscriptionLevel()
NetworkgetSubscriptionLevel in interface Networkpublic Boolean getPaidNetwork()
getPaidNetwork in interface Networkpublic int compareTo(PersonNetwork member)
compareTo in interface Comparable<PersonNetwork>public Boolean getHomeNetwork()
Copyright © 2005–2018 Alfresco Software. All rights reserved.