Class GUIVersion
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
-
- com.logicaldoc.gui.common.client.beans.GUIDocument
-
- com.logicaldoc.gui.common.client.beans.GUIVersion
-
- All Implemented Interfaces:
Serializable
public class GUIVersion extends GUIDocument
Represents a document version- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
long
getDocId()
String
getErrorText()
int
getSigned()
String
getUsername()
Date
getVersionDate()
void
setComment(String comment)
void
setDocId(long docId)
void
setErrorText(String errorText)
void
setSigned(int signed)
void
setUsername(String username)
void
setVersionDate(Date versionDate)
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIDocument
addTag, clearTags, equals, getBarcoded, getBarcodeTemplateId, getCreation, getCreator, getCustomId, getDate, getDocRef, getDocRefType, getExtResId, getFileName, getFileSize, getFileVersion, getFolder, getFormId, getIcon, getId, getImmutable, getIndexed, getLanguage, getLastModified, getLinks, getLockUser, getLockUserId, getNature, getNotifyMessage, getNotifyUsers, getOcrd, getOcrTemplateId, getPages, getPathExtended, getPublished, getPublisher, getRating, getScore, getStamped, getStartPublishing, getStatus, getStopPublishing, getSummary, getTags, getTagsString, getTgs, getType, getVersion, getWorkflowStatus, getWorkflowStatusDisplay, hashCode, isBookmarked, isPasswordProtected, removeTag, setBarcoded, setBarcodeTemplateId, setBookmarked, setCreation, setCreator, setCustomId, setDate, setDocRef, setDocRefType, setExtResId, setFileName, setFileSize, setFileVersion, setFolder, setFormId, setIcon, setId, setImmutable, setIndexed, setLanguage, setLastModified, setLinks, setLockUser, setLockUserId, setNature, setNotifyMessage, setNotifyUsers, setOcrd, setOcrTemplateId, setPages, setPasswordProtected, setPathExtended, setPublished, setPublisher, setRating, setScore, setStamped, setStartPublishing, setStatus, setStopPublishing, setSummary, setTags, setTagsString, setType, setVersion, setWorkflowStatus, setWorkflowStatusDisplay
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, getAttribute, getAttributes, getTemplate, getTemplateId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
-
-
-
Method Detail
-
getDocId
public long getDocId()
-
setDocId
public void setDocId(long docId)
-
getComment
public String getComment()
- Overrides:
getComment
in classGUIDocument
-
setComment
public void setComment(String comment)
- Overrides:
setComment
in classGUIDocument
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getVersionDate
public Date getVersionDate()
-
setVersionDate
public void setVersionDate(Date versionDate)
-
getSigned
public int getSigned()
- Overrides:
getSigned
in classGUIDocument
-
setSigned
public void setSigned(int signed)
- Overrides:
setSigned
in classGUIDocument
-
getErrorText
public String getErrorText()
-
setErrorText
public void setErrorText(String errorText)
-
-