jet.server.api
Interface CatalogVersionRecord

All Superinterfaces:
java.io.Serializable, VersionRecord

public interface CatalogVersionRecord
extends VersionRecord

Represents a catalog version record. Users can get information about a catalog version from corresponding catalog version record.


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

Method Detail

getCatalog

java.lang.String getCatalog()
Gets catalog name this version attaches to.

Returns:
catalog name.