Package com.groiss.org
Interface HasVersionId
- All Superinterfaces:
HasLog
- All Known Subinterfaces:
DMSDocForm
,DMSFolderForm
,DMSForm
,DMSNote
,DMSWebLink
History Entries with a special Version id
-
Method Summary
Modifier and TypeMethodDescriptionlong
Return a numerical id for the version.void
setVersionId
(long vid) Set the version id for the object.
-
Method Details
-
getVersionId
long getVersionId()Return a numerical id for the version. If 0 is returned each change will cause a new version, otherwise only one version will be written per id.- Returns:
- the id
-
setVersionId
void setVersionId(long vid) Set the version id for the object.- Parameters:
vid
-
-