public class Network extends org.alfresco.repo.tenant.Tenant implements Comparable<Network>
Modifier and Type | Field and Description |
---|---|
protected Date |
createdAt |
protected Boolean |
isHomeNetwork |
protected Boolean |
paidNetwork |
protected List<Quota> |
quotas |
protected String |
subscriptionLevel |
Constructor and Description |
---|
Network(String tenantDomain,
boolean enabled,
String rootContentStoreDir,
String dbUrl) |
Network(org.alfresco.repo.tenant.Tenant tenant,
Boolean isHomeNetwork,
Date createdAt,
String subscriptionLevel,
Boolean paidNetwork,
List<Quota> quotas) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Network o) |
Date |
getCreatedAt() |
Boolean |
getIsHomeNetwork() |
Boolean |
getPaidNetwork() |
List<Quota> |
getQuotas() |
String |
getSubscriptionLevel() |
String |
toString() |
protected Date createdAt
protected Boolean isHomeNetwork
protected String subscriptionLevel
protected Boolean paidNetwork
public Network(String tenantDomain, boolean enabled, String rootContentStoreDir, String dbUrl)
public Date getCreatedAt()
public Boolean getIsHomeNetwork()
public String getSubscriptionLevel()
public Boolean getPaidNetwork()
public int compareTo(Network o)
compareTo
in interface Comparable<Network>
Copyright © 2005–2017 Alfresco Software. All rights reserved.