Package org.alfresco.repo.tenant
Class Network
- java.lang.Object
-
- org.alfresco.repo.tenant.Tenant
-
- org.alfresco.repo.tenant.Network
-
- All Implemented Interfaces:
Comparable<Network>
public class Network extends Tenant implements Comparable<Network>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatecreatedAtprotected BooleanisHomeNetworkprotected BooleanpaidNetworkprotected List<Quota>quotasprotected StringsubscriptionLevel
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Network o)DategetCreatedAt()BooleangetIsHomeNetwork()BooleangetPaidNetwork()List<Quota>getQuotas()StringgetSubscriptionLevel()StringtoString()-
Methods inherited from class org.alfresco.repo.tenant.Tenant
equals, getDbUrl, getRootContentStoreDir, getTenantDomain, hashCode, isEnabled
-
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
-
getIsHomeNetwork
public Boolean getIsHomeNetwork()
-
getSubscriptionLevel
public String getSubscriptionLevel()
-
getPaidNetwork
public Boolean getPaidNetwork()
-
compareTo
public int compareTo(Network o)
- Specified by:
compareToin interfaceComparable<Network>
-
-