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
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
long
getDocId()
getEvent()
long
getIcon()
getIp()
int
getPath()
long
void
setComment
(String comment) void
void
void
setDocId
(long docId) void
void
setFileName
(String fileName) void
setFolderId
(long folderId) void
setGeolocation
(String geolocation) void
void
void
setNotified
(int notified) void
void
setProtocol
(String protocol) void
void
setSessionId
(String sessionId) void
void
setTenantId
(Long tenantId) void
setUserId
(long userId) void
setUserLogin
(String userLogin) void
setUsername
(String username) void
setVersion
(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
-