com.groiss.org
Interface HasLog

All Known Subinterfaces:
DMSDocForm, DMSForm, DMSNote, DMSWebLink
All Known Implementing Classes:
DocForm, FolderForm, com.dec.avw.core.Form, com.dec.gi.sql.LoggedObject

public interface HasLog

Record the history when changing the object.


Method Summary
 long getVersionId()
          Return a numerical id for the version, per id only one version is written.
 void setVersionId(long vid)
          Set the version id for the object.
 

Method Detail

getVersionId

long getVersionId()
Return a numerical id for the version, per id only one version is written.

Returns:
the id

setVersionId

void setVersionId(long vid)
Set the version id for the object. Optional Method.

Parameters:
vid -


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.