Class GUIAttendee
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIUser
com.logicaldoc.gui.common.client.beans.GUIAttendee
- All Implemented Interfaces:
Serializable
An attendee of a calendar event
- Since:
- 9.1.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.gui.common.client.beans.GUIUser
ALL_MESSAGES, ALL_SUBSCRIPTIONS, ALL_TASKS, CHECKED_OUT_DOCS, EVENTS, LOCKED_DOCS, TYPE_DEFAULT, TYPE_READONLY, UNREAD_MESSAGES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isNotify()
boolean
void
setNotify
(boolean notify) void
setRequired
(boolean required) Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIUser
addDashlet, addGroup, getAddress, getBuilding, getCell, getCertDN, getCertExpire, getCheckedOutDocs, getCity, getCompany, getCountry, getCreation, getCustomActions, getDashlets, getDateFormat, getDateFormatLong, getDateFormatShort, getDefaultWorkspace, getDepartment, getDocsGrid, getEmail, getEmail2, getEmailSignature, getEmailSignature2, getEmailSignatureStr, getExpire, getFirstName, getFullName, getGroups, getHitsGrid, getId, getIpBlacklist, getIpWhitelist, getKey, getLanguage, getLastLogin, getLastLoginFailureReason, getLockedDocs, getMaxInactivity, getMenus, getMessages, getName, getOrganizationalUnit, getPasswordMinLenght, getPhone, getPostalCode, getQuota, getQuotaCount, getSearchPref, getSecondFactor, getSource, getState, getSubscriptions, getTasks, getTenant, getTimeZone, getType, getUnreadMessages, getUpcomingEvents, getUsername, getWelcomeScreen, getWorkingTimes, isEnabled, isEnforceWorkingTime, isEvalFormEnabled, isMemberOf, isNotifyCredentials, isPasswordExpired, isPasswordExpires, isReadOnly, orderedSearches, removeDashlet, removeGroup, setAddress, setBuilding, setCell, setCertDN, setCertExpire, setCheckedOutDocs, setCity, setCompany, setCountry, setCreation, setCustomActions, setDashlets, setDateFormat, setDateFormatLong, setDateFormatShort, setDefaultWorkspace, setDepartment, setDocsGrid, setEmail, setEmail2, setEmailSignature, setEmailSignature2, setEnabled, setEnforceWorkingTime, setEvalFormEnabled, setExpire, setFirstName, setGroups, setHitsGrid, setId, setIpBlacklist, setIpWhitelist, setKey, setLanguage, setLastLogin, setLastLoginFailureReason, setLockedDocs, setMaxInactivity, setMenus, setMessages, setName, setNotifyCredentials, setOrganizationalUnit, setPasswordExpired, setPasswordExpires, setPasswordMinLenght, setPhone, setPostalCode, setQuota, setQuotaCount, setSearchPref, setSecondFactor, setSource, setState, setSubscriptions, setTasks, setTenant, setTimeZone, setType, setUnreadMessages, setUpcomingEvents, setUsername, setWelcomeScreen, setWorkingTimes, toString, updateCustomAction
-
Constructor Details
-
GUIAttendee
public GUIAttendee()
-
-
Method Details