org.apache.ojb.broker
Class CollectionTest.BookShelfItem

java.lang.Object
  extended byorg.apache.ojb.broker.CollectionTest.BookShelfItem
Direct Known Subclasses:
CollectionTest.Book, CollectionTest.DVD
Enclosing class:
CollectionTest

public abstract static class CollectionTest.BookShelfItem
extends java.lang.Object


Constructor Summary
CollectionTest.BookShelfItem()
           
CollectionTest.BookShelfItem(CollectionTest.BookShelf shelf)
           
 
Method Summary
 java.lang.Integer getPk()
           
 CollectionTest.BookShelf getShelf()
           
 void setPk(java.lang.Integer pk)
           
 void setShelf(CollectionTest.BookShelf shelf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTest.BookShelfItem

public CollectionTest.BookShelfItem()

CollectionTest.BookShelfItem

public CollectionTest.BookShelfItem(CollectionTest.BookShelf shelf)
Method Detail

getPk

public java.lang.Integer getPk()

setPk

public void setPk(java.lang.Integer pk)

getShelf

public CollectionTest.BookShelf getShelf()

setShelf

public void setShelf(CollectionTest.BookShelf shelf)


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