| Constructor and Description |
|---|
PersonNetwork() |
PersonNetwork(java.lang.Boolean homeNetwork,
Network network) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PersonNetwork member) |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedAt()
Gets the date the account was created
|
java.lang.Boolean |
getHomeNetwork() |
java.lang.String |
getId() |
java.lang.Boolean |
getIsEnabled()
Gets whether an account is enabled or not.
|
java.lang.Boolean |
getPaidNetwork() |
java.util.List |
getQuotas() |
java.lang.String |
getSubscriptionLevel()
Gets the subscription level.
|
int |
hashCode() |
java.lang.String |
toString() |
public PersonNetwork()
public PersonNetwork(java.lang.Boolean homeNetwork,
Network network)
public java.util.Date getCreatedAt()
NetworkgetCreatedAt in interface Networkpublic java.lang.Boolean getIsEnabled()
NetworkgetIsEnabled in interface Networkpublic java.lang.String getSubscriptionLevel()
NetworkgetSubscriptionLevel in interface NetworkAccountType.SubscriptionLevel.public java.lang.Boolean getPaidNetwork()
getPaidNetwork in interface Networkpublic int compareTo(PersonNetwork member)
compareTo in interface java.lang.Comparablepublic java.lang.Boolean getHomeNetwork()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.