org.objectweb.jac.aspects.persistence
Class RootObject

java.lang.Object
  |
  +--org.objectweb.jac.aspects.persistence.RootObject

public class RootObject
extends Object


Field Summary
 String name
           
 OID oid
           
 
Constructor Summary
RootObject(OID oid, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

oid

public OID oid
Constructor Detail

RootObject

public RootObject(OID oid,
                  String name)