com.groiss.org
Interface HasLog

All Known Subinterfaces:
DMSDocForm, DMSFolderForm, DMSForm, DMSNote, DMSWebLink

public interface HasLog

Record the history when changing the object.


Method Summary
 long getVersionId()
          Return a numerical id for the version.
 void setVersionId(long vid)
          Set the version id for the object.
 

Method Detail

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. Optional Method.

Parameters:
vid -


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.