jet.server.api
Interface ReportVersionRecord

All Superinterfaces:
java.io.Serializable, VersionRecord

public interface ReportVersionRecord
extends VersionRecord

Represent a report version record. Users can get information about a report version from corresponding report version record.


Method Summary
 java.lang.String getReport()
          Gets the report name which this version attaches to.
 
Methods inherited from interface jet.server.api.VersionRecord
getCreatedTime, getCreator, getRealPath, getResourcePath, getVersionID, getVersionName, getVersionNumber
 

Method Detail

getReport

java.lang.String getReport()
Gets the report name which this version attaches to.

Returns:
the report name