jet.server.api
Interface ReportVersionRecord

All Superinterfaces:
java.io.Serializable, VersionRecord

public interface ReportVersionRecord
extends VersionRecord

Represent a report version record. User can get infos about a report version from corresponding report version record.


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

Method Detail

getReport

java.lang.String getReport()
Get report name which this version attachs to.

Returns:
report name