Package com.logicaldoc.core.security
Class UserHistory
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.core.History
-
- com.logicaldoc.core.security.UserHistory
-
public class UserHistory extends History
History entry due to an event on a user.- Since:
- 5.0
- Author:
- Matteo Caruso - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description String
author
-
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
-
Constructor Summary
Constructors Constructor Description UserHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
String
getAuthor()
void
setAuthor(String author)
-
Methods inherited from class com.logicaldoc.core.History
getComment, getDate, getDocId, getDocument, getEvent, getFile, getFilename, getFilenameOld, getFolder, getFolderId, getIp, getIsNew, getNotified, getPath, getPathOld, getReason, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, getVersion, isNotifyEvent, setComment, setDate, setDocId, setDocument, setEvent, setFile, setFilename, setFilenameOld, setFolder, setFolderId, setIp, setIsNew, setNotified, setNotifyEvent, setPath, setPathOld, setReason, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, setVersion
-
Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
-
-
-
Field Detail
-
author
public String author
-
-
Method Detail
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
clone
public Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-