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
Represents a document version
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class com.logicaldoc.gui.common.client.beans.GUIDocumentDOC_LOCKED, DOC_UNLOCKED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlonggetDocId()intinthashCode()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.GUIDocumentaddTag, clearTags, getAccessControlList, getAllowedPermissions, getBarcoded, getBarcodeTemplateId, getColor, getCreation, getCreator, getCreatorId, getCustomId, getDate, getDocAttrs, getDocRef, getDocRefType, getExtResId, getFileName, getFileSize, getFileVersion, getFolder, getFormId, getIcon, getImmutable, getIndexed, getLanguage, getLastModified, getLastNote, getLinks, getLockUser, getLockUserId, getNature, getNotifyMessage, getNotifyUsers, getOcrd, getOcrTemplateId, getPages, getPathExtended, getPreviewPages, getPublished, getPublisher, getPublisherId, getRating, getRevision, getScore, getStamped, getStartPublishing, getStatus, getStopPublishing, getSummary, getTags, getTagsString, getTgs, getType, getVersion, getWorkflowStatus, getWorkflowStatusDisplay, hasPermission, isBookmarked, isBulkUpdate, isCustomid, isDelete, isDownload, isMove, isPasswordProtected, isPreview, isRead, isRename, isRevision, isWrite, removeTag, setAccessControlList, setAllowedPermissions, setBarcoded, setBarcodeTemplateId, setBookmarked, setBulkUpdate, setColor, setCreation, setCreator, setCreatorId, setCustomId, setDate, setDocAttrs, setDocRef, setDocRefType, setExtResId, setFileName, setFileSize, setFileVersion, setFolder, setFormId, setIcon, setImmutable, setIndexed, setLanguage, setLastModified, setLastNote, setLinks, setLockUser, setLockUserId, setNature, setNotifyMessage, setNotifyUsers, setOcrd, setOcrTemplateId, setPages, setPasswordProtected, setPathExtended, setPreviewPages, setPublished, setPublisher, setPublisherId, setRating, setRevision, setScore, setStamped, setStartPublishing, setStatus, setStopPublishing, setSummary, setTags, setTagsString, setType, setVersion, setWorkflowStatus, setWorkflowStatusDisplayMethods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObjectaddAttribute, addAttributeValue, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getTenantId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setTenantId, setValue, shiftValue, sortAttributes
- 
Constructor Details- 
GUIVersionpublic GUIVersion()
 
- 
- 
Method Details- 
getDocIdpublic long getDocId()
- 
setDocIdpublic void setDocId(long docId) 
- 
getComment- Overrides:
- getCommentin class- GUIDocument
 
- 
setComment- Overrides:
- setCommentin class- GUIDocument
 
- 
getUsername
- 
setUsername
- 
getVersionDate
- 
setVersionDate
- 
getSignedpublic int getSigned()- Overrides:
- getSignedin class- GUIDocument
 
- 
setSignedpublic void setSigned(int signed) - Overrides:
- setSignedin class- GUIDocument
 
- 
getErrorText
- 
setErrorText
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- GUIDocument
 
- 
equals- Overrides:
- equalsin class- GUIDocument
 
 
-