com.metamatrix.modeler.core.metadata.runtime
Interface VdbRecord

All Superinterfaces:
MetadataRecord, java.io.Serializable
All Known Implementing Classes:
RuntimeVdbRecord, VdbRecordImpl

public interface VdbRecord
extends MetadataRecord

ModelRecord


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
MetadataRecord.MetadataFieldNames, MetadataRecord.MetadataRecordProperties
 
Method Summary
 java.lang.String getDescription()
          Return the description for the VDB archive
 java.lang.String getIdentifier()
          Return the identifier for the VDB archive
 java.util.List getModelIDs()
          Return the list of model identifiers for the VDB archive
 java.lang.String getProducerName()
          Return the name of the VDB archive producer
 java.lang.String getProducerVersion()
          Return the version of the VDB archive producer
 java.lang.String getProvider()
          Return the name of the provider
 java.lang.String getTimeLastChanged()
          Return the time the VDB archive was last changed
 java.lang.String getTimeLastProduced()
          Return the time the VDB archive was last re-indexed
 java.lang.String getVersion()
          Return the version of the VDB archive
 
Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
getEObject, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, setPropertyValue
 

Method Detail

getVersion

java.lang.String getVersion()
Return the version of the VDB archive

Returns:

getIdentifier

java.lang.String getIdentifier()
Return the identifier for the VDB archive

Returns:

getDescription

java.lang.String getDescription()
Return the description for the VDB archive

Returns:

getProducerName

java.lang.String getProducerName()
Return the name of the VDB archive producer

Returns:

getProducerVersion

java.lang.String getProducerVersion()
Return the version of the VDB archive producer

Returns:

getProvider

java.lang.String getProvider()
Return the name of the provider

Returns:

getTimeLastChanged

java.lang.String getTimeLastChanged()
Return the time the VDB archive was last changed

Returns:

getTimeLastProduced

java.lang.String getTimeLastProduced()
Return the time the VDB archive was last re-indexed

Returns:

getModelIDs

java.util.List getModelIDs()
Return the list of model identifiers for the VDB archive

Returns:


Copyright © 2009. All Rights Reserved.