jet.server.api
Interface VersionRecord

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
CatalogVersionRecord, ReportVersionRecord, ResultVersionRecord

public interface VersionRecord
extends java.io.Serializable

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


Method Summary
 java.util.Date getCreatedTime()
          Get create time of this version.
 java.lang.String getCreator()
          Get creator of this version.
 java.lang.String getRealPath()
          Get real path of the version file, it may be a real path of a report file or a catalog file.
 java.lang.String getResourcePath()
          Return the resource path.
 java.lang.String getVersionID()
          Return the version ID.
 java.lang.String getVersionName()
          Get version name of this version.
 int getVersionNumber()
          Get version number of this version.
 

Method Detail

getResourcePath

public java.lang.String getResourcePath()
Return the resource path.

Returns:
the resource path.

getVersionID

public java.lang.String getVersionID()
Return the version ID.

Returns:
the version ID.

getVersionNumber

public int getVersionNumber()
Get version number of this version.

Returns:
version number

getVersionName

public java.lang.String getVersionName()
Get version name of this version.

Returns:
version name

getCreatedTime

public java.util.Date getCreatedTime()
Get create time of this version.

Returns:
create time of this version.

getCreator

public java.lang.String getCreator()
Get creator of this version.

Returns:
creator of this version

getRealPath

public java.lang.String getRealPath()
Get real path of the version file, it may be a real path of a report file or a catalog file.

Returns:
real path of the version file