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 Summary
Constructors Constructor Description GUITenant()
-
Method Summary
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
getStreet
public String getStreet()
-
setStreet
public void setStreet(String street)
-
getPostalCode
public String getPostalCode()
-
setPostalCode
public void setPostalCode(String postalCode)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getTelephone
public String getTelephone()
-
setTelephone
public void setTelephone(String telephone)
-
getType
public int getType()
-
setType
public void setType(int type)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getTenantId
public long getTenantId()
-
setTenantId
public void setTenantId(long tenantId)
-
getAdminUsername
public String getAdminUsername()
-
setAdminUsername
public void setAdminUsername(String adminUsername)
-
getMaxUsers
public Integer getMaxUsers()
-
setMaxUsers
public void setMaxUsers(Integer maxUsers)
-
getMaxSessions
public Integer getMaxSessions()
-
setMaxSessions
public void setMaxSessions(Integer maxSessions)
-
getMaxRepoDocs
public Long getMaxRepoDocs()
-
setMaxRepoDocs
public void setMaxRepoDocs(Long maxRepoDocs)
-
getMaxRepoSize
public Long getMaxRepoSize()
-
setMaxRepoSize
public void setMaxRepoSize(Long maxRepoSize)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isDefault
public boolean isDefault()
-
getExpire
public Date getExpire()
-
setExpire
public void setExpire(Date expire)
-
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
public GUIBranding getBranding()
-
setBranding
public void setBranding(GUIBranding branding)
-
getQuotaThreshold
public Integer getQuotaThreshold()
-
setQuotaThreshold
public void setQuotaThreshold(Integer quotaThreshold)
-
getQuotaAlertRecipients
public String[] getQuotaAlertRecipients()
-
getQuotaAlertRecipientsAsString
public String getQuotaAlertRecipientsAsString()
-
setQuotaAlertRecipients
public void setQuotaAlertRecipients(String[] quotaAlertRecipients)
-
clearQuotaAlertRecipients
public void clearQuotaAlertRecipients()
-
addQuotaAlertRecipient
public void addQuotaAlertRecipient(String recipient)
-
removeQuotaAlertRecipient
public void removeQuotaAlertRecipient(String recipient)
-
getMaxGuests
public Integer getMaxGuests()
-
setMaxGuests
public void setMaxGuests(Integer maxGuests)
-
getGuests
public long getGuests()
-
setGuests
public void setGuests(long guests)
-
-