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
-
-
Field Summary
-
Fields inherited from class com.logicaldoc.gui.common.client.beans.GUIDocument
DOC_LOCKED, DOC_UNLOCKED
-
-
Constructor Summary
Constructors Constructor Description GUIVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()longgetDocId()StringgetErrorText()intgetSigned()StringgetUsername()DategetVersionDate()voidsetComment(String comment)voidsetDocId(long docId)voidsetErrorText(String errorText)voidsetSigned(int signed)voidsetUsername(String username)voidsetVersionDate(Date versionDate)-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIDocument
addTag, clearTags, equals, getBarcoded, getBarcodeTemplateId, getColor, getCreation, getCreator, getCreatorId, getCustomId, getDate, getDocRef, getDocRefType, getExtResId, getFileName, getFileSize, getFileVersion, getFolder, getFormId, getIcon, getImmutable, getIndexed, getLanguage, getLastModified, getLinks, getLockUser, getLockUserId, getNature, getNotifyMessage, getNotifyUsers, getOcrd, getOcrTemplateId, getPages, getPathExtended, getPreviewPages, getPublished, getPublisher, getPublisherId, getRating, getScore, getStamped, getStartPublishing, getStatus, getStopPublishing, getSummary, getTags, getTagsString, getTenantId, getTgs, getType, getVersion, getWorkflowStatus, getWorkflowStatusDisplay, hashCode, isBookmarked, isBulkUpdate, isPasswordProtected, removeTag, setBarcoded, setBarcodeTemplateId, setBookmarked, setBulkUpdate, setColor, setCreation, setCreator, setCreatorId, setCustomId, setDate, setDocRef, setDocRefType, setExtResId, setFileName, setFileSize, setFileVersion, setFolder, setFormId, setIcon, setImmutable, setIndexed, setLanguage, setLastModified, setLinks, setLockUser, setLockUserId, setNature, setNotifyMessage, setNotifyUsers, setOcrd, setOcrTemplateId, setPages, setPasswordProtected, setPathExtended, setPreviewPages, setPublished, setPublisher, setPublisherId, setRating, setScore, setStamped, setStartPublishing, setStatus, setStopPublishing, setSummary, setTags, setTagsString, setTenantId, setType, setVersion, setWorkflowStatus, setWorkflowStatusDisplay
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
-
-
-
Method Detail
-
getDocId
public long getDocId()
-
setDocId
public void setDocId(long docId)
-
getComment
public String getComment()
- Overrides:
getCommentin classGUIDocument
-
setComment
public void setComment(String comment)
- Overrides:
setCommentin 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:
getSignedin classGUIDocument
-
setSigned
public void setSigned(int signed)
- Overrides:
setSignedin classGUIDocument
-
getErrorText
public String getErrorText()
-
setErrorText
public void setErrorText(String errorText)
-
-