Class GUITenant
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUITenant
- All Implemented Interfaces:
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuotaAlertRecipient
(String recipient) getCity()
long
getEmail()
long
long
getId()
getName()
long
long
getSize()
getState()
long
int
getType()
long
getUsers()
boolean
boolean
boolean
void
removeQuotaAlertRecipient
(String recipient) void
setAdminUsername
(String adminUsername) void
setBranding
(GUIBranding branding) void
void
setCountry
(String country) void
setDisplayName
(String displayName) void
setDocuments
(long documents) void
void
setEnabled
(boolean enabled) void
void
setGuests
(long guests) void
setId
(long id) void
setMaxGuests
(Integer maxGuests) void
setMaxRepoDocs
(Long maxRepoDocs) void
setMaxRepoSize
(Long maxRepoSize) void
setMaxSessions
(Integer maxSessions) void
setMaxUsers
(Integer maxUsers) void
void
setPostalCode
(String postalCode) void
setQuotaAlertRecipients
(List<String> quotaAlertRecipients) void
setQuotaThreshold
(Integer quotaThreshold) void
setSessions
(long sessions) void
setSize
(long size) void
void
void
setTelephone
(String telephone) void
setTenantId
(long tenantId) void
setType
(int type) void
setUsers
(long users) toString()
-
Constructor Details
-
GUITenant
public GUITenant()
-
-
Method Details
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getStreet
-
setStreet
-
getPostalCode
-
setPostalCode
-
getCity
-
setCity
-
getState
-
setState
-
getCountry
-
setCountry
-
getEmail
-
setEmail
-
getTelephone
-
setTelephone
-
getType
public int getType() -
setType
public void setType(int type) -
toString
-
getId
public long getId() -
setId
public void setId(long id) -
getTenantId
public long getTenantId() -
setTenantId
public void setTenantId(long tenantId) -
getAdminUsername
-
setAdminUsername
-
getMaxUsers
-
setMaxUsers
-
getMaxSessions
-
setMaxSessions
-
getMaxRepoDocs
-
setMaxRepoDocs
-
getMaxRepoSize
-
setMaxRepoSize
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isDefault
public boolean isDefault() -
getExpire
-
setExpire
-
isAvailable
public boolean isAvailable() -
getUsers
public long getUsers() -
setUsers
public void setUsers(long users) -
getDocuments
public long getDocuments() -
setDocuments
public void setDocuments(long documents) -
getSize
public long getSize() -
setSize
public void setSize(long size) -
getSessions
public long getSessions() -
setSessions
public void setSessions(long sessions) -
getBranding
-
setBranding
-
getQuotaThreshold
-
setQuotaThreshold
-
getQuotaAlertRecipients
-
setQuotaAlertRecipients
-
addQuotaAlertRecipient
-
removeQuotaAlertRecipient
-
getMaxGuests
-
setMaxGuests
-
getGuests
public long getGuests() -
setGuests
public void setGuests(long guests)
-