org.objectweb.speedo.metadata
Class SpeedoInheritedField

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoElement
      extended by org.objectweb.speedo.metadata.SpeedoCommonField
          extended by org.objectweb.speedo.metadata.SpeedoInheritedField
All Implemented Interfaces:
java.io.Serializable

public class SpeedoInheritedField
extends SpeedoCommonField

Defines a persistent field inherited from an ancestor. The mapping of this persistent field is redefined in the current persistent class. This meta object references the inherited field and defines its new mapping.

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 SpeedoField inheritedField
          Is the inherited and persistent field whose the mapping is redefined.
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoCommonField
columns, jdoTuple, join, moClass, name
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoInheritedField()
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoCommonField
addColumn, getFKColumn, getFKJoinColumn, getFQFieldName, getJoinColumn, getSourceDesc, printColumns
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inheritedField

public SpeedoField inheritedField
Is the inherited and persistent field whose the mapping is redefined.

Constructor Detail

SpeedoInheritedField

public SpeedoInheritedField()