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 Summary
Fields inherited from class com.logicaldoc.gui.common.client.beans.GUIDocument
DOC_LOCKED, DOC_UNLOCKED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getDocId()
int
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, getAccessControlList, getAllowedPermissions, getBarcoded, getBarcodeTemplateId, getColor, getCreation, getCreator, getCreatorId, getCustomId, getDate, getDocAttrs, 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, hasPermission, isBookmarked, isBulkUpdate, isCustomid, isDelete, isDownload, isMove, isPasswordProtected, isPreview, isRead, isRename, 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, 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, equals, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, hashCode, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
Constructor Details
-
GUIVersion
public GUIVersion()
-
-
Method Details
-
getDocId
public long getDocId() -
setDocId
public void setDocId(long docId) -
getComment
- Overrides:
getComment
in classGUIDocument
-
setComment
- Overrides:
setComment
in classGUIDocument
-
getUsername
-
setUsername
-
getVersionDate
-
setVersionDate
-
getSigned
public int getSigned()- Overrides:
getSigned
in classGUIDocument
-
setSigned
public void setSigned(int signed) - Overrides:
setSigned
in classGUIDocument
-
getErrorText
-
setErrorText
-