openfuture.bugbase.model
Interface VersionUpdate

All Superinterfaces:
Transaction

public interface VersionUpdate
extends Transaction

VersionUpdate.java Created: Tue May 02 22:50:23 2000

Version:
$Revision: 1.3 $
Author:
Wolfgang Reissenberger

Method Summary
 Version getVersion()
          Persistency version after this update.
 VersionUpdate predecessor()
          Update which has to be executed prior to this one.
 
Methods inherited from interface openfuture.bugbase.model.Transaction
cleanup, execute, getDescription, rollback, setup
 

Method Detail

predecessor

public VersionUpdate predecessor()
Update which has to be executed prior to this one.
Returns:
predecessing version update

getVersion

public Version getVersion()
Persistency version after this update.
Returns:
version after the update.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.