jet.server.api
Interface CatalogVersionRecord

All Superinterfaces:
java.io.Serializable, VersionRecord

public interface CatalogVersionRecord
extends VersionRecord

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


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

Method Detail

getCatalog

java.lang.String getCatalog()
Get catalog name which this version attachs to.

Returns:
catalog name