Class GUIHistory
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIHistory
- All Implemented Interfaces:
Serializable
Representation of a single history handled by the GUI
- Since:
- 6.0
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()longgetDocId()getEvent()longgetIcon()getIp()intgetPath()longvoidsetComment(String comment) voidvoidvoidsetDocId(long docId) voidvoidsetFileName(String fileName) voidsetFolderId(long folderId) voidsetGeolocation(String geolocation) voidvoidvoidsetKeyLabel(String keyLabel) voidsetNotified(int notified) voidvoidsetProtocol(String protocol) voidvoidsetSessionId(String sessionId) voidvoidsetTenantId(Long tenantId) voidsetUserId(long userId) voidsetUserLogin(String userLogin) voidsetUsername(String username) voidsetVersion(String version)
-
Constructor Details
-
GUIHistory
public GUIHistory()
-
-
Method Details
-
getDocId
public long getDocId() -
setDocId
public void setDocId(long docId) -
getFolderId
public long getFolderId() -
setFolderId
public void setFolderId(long folderId) -
getUserId
public long getUserId() -
setUserId
public void setUserId(long userId) -
getDate
-
setDate
-
getUsername
-
setUsername
-
getEvent
-
setEvent
-
getComment
-
setComment
-
getVersion
-
setVersion
-
getPath
-
setPath
-
getNotified
public int getNotified() -
setNotified
public void setNotified(int notified) -
getSessionId
-
setSessionId
-
getIp
-
setIp
-
getUserLogin
-
setUserLogin
-
getFileName
-
setFileName
-
getReason
-
setReason
-
getDevice
-
setDevice
-
getGeolocation
-
setGeolocation
-
getIcon
-
setIcon
-
getProtocol
-
setProtocol
-
getTenant
-
setTenant
-
getTenantId
-
setTenantId
-
getKeyLabel
-
setKeyLabel
-