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()
Network
getCreatedAt
in interface Network
public Boolean getIsEnabled()
Network
getIsEnabled
in interface Network
public String getSubscriptionLevel()
Network
getSubscriptionLevel
in interface Network
public Boolean getPaidNetwork()
getPaidNetwork
in interface Network
public int compareTo(PersonNetwork member)
compareTo
in interface Comparable<PersonNetwork>
public Boolean getHomeNetwork()
Copyright © 2005–2017 Alfresco Software. All rights reserved.