Class UserHistory
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.core.security.user.UserHistory
- All Implemented Interfaces:
Serializable,Comparable<History>
History entry due to an event on a user.
- Since:
- 5.0
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDocId()inthashCode()voidvoidvoidvoidSets the event keyvoidsetFilename(String filename) voidsetFileSize(Long fileSize) voidsetFolderId(Long folderId) Methods inherited from class com.logicaldoc.core.history.History
compareTo, 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.PersistentObject
getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Constructor Details
-
UserHistory
public UserHistory() -
UserHistory
-
UserHistory
-
-
Method Details
-
setEvent
-
setEvent
Description copied from class:HistorySets the event key -
getEventEnum
-
getFolderId
-
setFolderId
-
getAuthor
-
setAuthor
-
getFilename
-
setFilename
-
getFileSize
-
setFileSize
-
getDocId
-
setDocId
-
hashCode
public int hashCode() -
equals
-