org.apache.ojb.broker
Class ObjectRepository.AB

java.lang.Object
  extended byorg.apache.ojb.broker.ObjectRepository.AB
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObjectRepository.A, ObjectRepository.B
Enclosing class:
ObjectRepository

public abstract static class ObjectRepository.AB
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String ojbConcreteClass
          the special attribute telling OJB which concrete class this Object has.
 
Constructor Summary
ObjectRepository.AB()
           
 
Method Summary
 java.lang.String getConcreteClass()
           
 java.lang.String getOjbConcreteClass()
           
 void setOjbConcreteClass(java.lang.String ojbConcreteClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ojbConcreteClass

protected java.lang.String ojbConcreteClass
the special attribute telling OJB which concrete class this Object has. NOTE: this attribute MUST be called ojbConcreteClass

Constructor Detail

ObjectRepository.AB

public ObjectRepository.AB()
Method Detail

getConcreteClass

public java.lang.String getConcreteClass()

getOjbConcreteClass

public java.lang.String getOjbConcreteClass()

setOjbConcreteClass

public void setOjbConcreteClass(java.lang.String ojbConcreteClass)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14