Class GUIHistory
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIHistory
-
- All Implemented Interfaces:
Serializable
public class GUIHistory extends Object implements Serializable
Representation of a single history handled by the GUI- Since:
- 6.0
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIHistory()
-
Method Summary
-
-
-
Method Detail
-
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
public Date getDate()
-
setDate
public void setDate(Date date)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getEvent
public String getEvent()
-
setEvent
public void setEvent(String event)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getNotified
public int getNotified()
-
setNotified
public void setNotified(int notified)
-
getSessionId
public String getSessionId()
-
setSessionId
public void setSessionId(String sessionId)
-
getIp
public String getIp()
-
setIp
public void setIp(String ip)
-
getUserLogin
public String getUserLogin()
-
setUserLogin
public void setUserLogin(String userLogin)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getReason
public String getReason()
-
setReason
public void setReason(String reason)
-
getDevice
public String getDevice()
-
setDevice
public void setDevice(String device)
-
getGeolocation
public String getGeolocation()
-
setGeolocation
public void setGeolocation(String geolocation)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getProtocol
public String getProtocol()
-
setProtocol
public void setProtocol(String protocol)
-
getTenant
public String getTenant()
-
setTenant
public void setTenant(String tenant)
-
getTenantId
public Long getTenantId()
-
setTenantId
public void setTenantId(Long tenantId)
-
-