Package com.logicaldoc.calendar
Class CalendarHistory
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.calendar.CalendarHistory
- All Implemented Interfaces:
- Serializable,- Comparable<com.logicaldoc.core.history.History>
public class CalendarHistory
extends com.logicaldoc.core.history.History
An history to track calendar related events
- Since:
- 8.9.4
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class com.logicaldoc.core.history.HistoryASPECTFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlonginthashCode()voidsetEvent(CalendarEvent event) voidvoidsetEventId(long eventId) voidsetExternalId(String externalId) Methods inherited from class com.logicaldoc.core.history.HistorycompareTo, eventTables, getComment, getDate, getDevice, getEvent, getGeolocation, getIp, getKeyLabel, getNotified, getPath, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, isNotifyEvent, setClient, setComment, setDate, setDevice, setGeolocation, setIp, setKeyLabel, setNotified, setNotifyEvent, setPath, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, toStringMethods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
- 
Constructor Details- 
CalendarHistorypublic CalendarHistory()
- 
CalendarHistory
- 
CalendarHistory
 
- 
- 
Method Details- 
setEvent
- 
setEvent- Overrides:
- setEventin class- com.logicaldoc.core.history.History
 
- 
getEventEnum
- 
getEventIdpublic long getEventId()
- 
getExternalId
- 
setEventIdpublic void setEventId(long eventId) 
- 
setExternalId
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- com.logicaldoc.core.history.History
 
- 
equals- Overrides:
- equalsin class- com.logicaldoc.core.history.History
 
 
-