org.objectweb.speedo.metadata
Class ClassCode

java.lang.Object
  extended byorg.objectweb.speedo.metadata.ClassCode

public class ClassCode
extends java.lang.Object

Description of the code contained in a persistent capable class.

Author:
S.Chassande-Barrioz

Field Summary
 SpeedoClass jdoClass
          Description of the class that contains this code.
 
Constructor Summary
ClassCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdoClass

public SpeedoClass jdoClass
Description of the class that contains this code.

Constructor Detail

ClassCode

public ClassCode()