Class GUITenant
- java.lang.Object
- 
- com.logicaldoc.gui.common.client.beans.GUITenant
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class GUITenant extends Object implements Serializable This class represents a Tenant, that is a branch of the organization or an organizational unit or whatever other class of organization.- Version:
- 6.9
- Author:
- Marco Meschieri
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GUITenant()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getDisplayNamepublic String getDisplayName() 
 - 
setDisplayNamepublic void setDisplayName(String displayName) 
 - 
getStreetpublic String getStreet() 
 - 
setStreetpublic void setStreet(String street) 
 - 
getPostalCodepublic String getPostalCode() 
 - 
setPostalCodepublic void setPostalCode(String postalCode) 
 - 
getCitypublic String getCity() 
 - 
setCitypublic void setCity(String city) 
 - 
getStatepublic String getState() 
 - 
setStatepublic void setState(String state) 
 - 
getCountrypublic String getCountry() 
 - 
setCountrypublic void setCountry(String country) 
 - 
getEmailpublic String getEmail() 
 - 
setEmailpublic void setEmail(String email) 
 - 
getTelephonepublic String getTelephone() 
 - 
setTelephonepublic void setTelephone(String telephone) 
 - 
getTypepublic int getType() 
 - 
setTypepublic void setType(int type) 
 - 
getIdpublic long getId() 
 - 
setIdpublic void setId(long id) 
 - 
getTenantIdpublic long getTenantId() 
 - 
setTenantIdpublic void setTenantId(long tenantId) 
 - 
getAdminUsernamepublic String getAdminUsername() 
 - 
setAdminUsernamepublic void setAdminUsername(String adminUsername) 
 - 
getMaxUserspublic Integer getMaxUsers() 
 - 
setMaxUserspublic void setMaxUsers(Integer maxUsers) 
 - 
getMaxSessionspublic Integer getMaxSessions() 
 - 
setMaxSessionspublic void setMaxSessions(Integer maxSessions) 
 - 
getMaxRepoDocspublic Long getMaxRepoDocs() 
 - 
setMaxRepoDocspublic void setMaxRepoDocs(Long maxRepoDocs) 
 - 
getMaxRepoSizepublic Long getMaxRepoSize() 
 - 
setMaxRepoSizepublic void setMaxRepoSize(Long maxRepoSize) 
 - 
isEnabledpublic boolean isEnabled() 
 - 
setEnabledpublic void setEnabled(boolean enabled) 
 - 
isDefaultpublic boolean isDefault() 
 - 
getExpirepublic Date getExpire() 
 - 
setExpirepublic void setExpire(Date expire) 
 - 
isAvailablepublic boolean isAvailable() 
 - 
getUserspublic long getUsers() 
 - 
setUserspublic void setUsers(long users) 
 - 
getDocumentspublic long getDocuments() 
 - 
setDocumentspublic void setDocuments(long documents) 
 - 
getSizepublic long getSize() 
 - 
setSizepublic void setSize(long size) 
 - 
getSessionspublic long getSessions() 
 - 
setSessionspublic void setSessions(long sessions) 
 - 
getBrandingpublic GUIBranding getBranding() 
 - 
setBrandingpublic void setBranding(GUIBranding branding) 
 - 
getQuotaThresholdpublic Integer getQuotaThreshold() 
 - 
setQuotaThresholdpublic void setQuotaThreshold(Integer quotaThreshold) 
 - 
getQuotaAlertRecipientspublic String[] getQuotaAlertRecipients() 
 - 
getQuotaAlertRecipientsAsStringpublic String getQuotaAlertRecipientsAsString() 
 - 
setQuotaAlertRecipientspublic void setQuotaAlertRecipients(String[] quotaAlertRecipients) 
 - 
clearQuotaAlertRecipientspublic void clearQuotaAlertRecipients() 
 - 
addQuotaAlertRecipientpublic void addQuotaAlertRecipient(String recipient) 
 - 
removeQuotaAlertRecipientpublic void removeQuotaAlertRecipient(String recipient) 
 - 
getMaxGuestspublic Integer getMaxGuests() 
 - 
setMaxGuestspublic void setMaxGuests(Integer maxGuests) 
 - 
getGuestspublic long getGuests() 
 - 
setGuestspublic void setGuests(long guests) 
 
- 
 
-