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 SummaryConstructors
- 
Method SummaryModifier 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- 
GUIHistorypublic GUIHistory()
 
- 
- 
Method Details- 
getDocIdpublic long getDocId()
- 
setDocIdpublic void setDocId(long docId) 
- 
getFolderIdpublic long getFolderId()
- 
setFolderIdpublic void setFolderId(long folderId) 
- 
getUserIdpublic long getUserId()
- 
setUserIdpublic void setUserId(long userId) 
- 
getDate
- 
setDate
- 
getUsername
- 
setUsername
- 
getEvent
- 
setEvent
- 
getComment
- 
setComment
- 
getVersion
- 
setVersion
- 
getPath
- 
setPath
- 
getNotifiedpublic int getNotified()
- 
setNotifiedpublic 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
 
-