com.metamatrix.metadata.runtime.impl
Class AnnotationRecordImpl

java.lang.Object
  extended by com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord
      extended by com.metamatrix.metadata.runtime.impl.AnnotationRecordImpl
All Implemented Interfaces:
AnnotationRecord, MetadataRecord, java.io.Serializable

public class AnnotationRecordImpl
extends AbstractMetadataRecord
implements AnnotationRecord

AnnotationRecordImpl

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord
MetadataRecord.MetadataFieldNames, MetadataRecord.MetadataRecordProperties
 
Field Summary
 
Fields inherited from class com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord
delegate, eObject
 
Constructor Summary
  AnnotationRecordImpl()
           
protected AnnotationRecordImpl(MetadataRecordDelegate delegate)
           
 
Method Summary
 java.lang.String getDescription()
          Return the description
 void setDescription(java.lang.String string)
           
 java.lang.String toString()
           
 
Methods inherited from class com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord
equals, getEObject, getFullName, getIndexVersion, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, hashCode, setEObjectFinder, setFullName, setIndexVersion, setName, setNameInSource, setParentUUID, setPropertyValue, setRecordType, setResourcePath, setUUID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

AnnotationRecordImpl

public AnnotationRecordImpl()

AnnotationRecordImpl

protected AnnotationRecordImpl(MetadataRecordDelegate delegate)
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from interface: AnnotationRecord
Return the description

Specified by:
getDescription in interface AnnotationRecord
Returns:
description
See Also:
AnnotationRecord.getDescription()

toString

public java.lang.String toString()
Overrides:
toString in class AbstractMetadataRecord

setDescription

public void setDescription(java.lang.String string)
Parameters:
string -


Copyright © 2009. All Rights Reserved.