net.ultrametrics.rcs
Interface Versioned

All Known Implementing Classes:
LogEntry, Modification, Revision

public abstract interface Versioned

An interface for classes which are 'versioned'.


Method Summary
 java.lang.String getVersion()
          Versioned objects must have a version number, accessible via this method.
 

Method Detail

getVersion

public java.lang.String getVersion()
Versioned objects must have a version number, accessible via this method. i.e. 1.2.45