org.apache.ojb.broker
Class CollectionTest.CollectibleBase

java.lang.Object
  extended byorg.apache.ojb.broker.CollectionTest.CollectibleBase
All Implemented Interfaces:
CollectionTest.CollectibleBaseIF, java.io.Serializable
Direct Known Subclasses:
CollectionTest.CollectibleB, CollectionTest.CollectibleD, CollectionTest.CollectibleDD
Enclosing class:
CollectionTest

public static class CollectionTest.CollectibleBase
extends java.lang.Object
implements CollectionTest.CollectibleBaseIF

See Also:
Serialized Form

Constructor Summary
CollectionTest.CollectibleBase()
           
CollectionTest.CollectibleBase(java.lang.String name)
           
 
Method Summary
 java.lang.Integer getColId()
           
 CollectionTest.Gatherer getGatherer()
           
 java.lang.Integer getGathererId()
           
 java.lang.String getName()
           
 void setColId(java.lang.Integer colId)
           
 void setGatherer(CollectionTest.Gatherer gatherer)
           
 void setGathererId(java.lang.Integer gathererId)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionTest.CollectibleBase

public CollectionTest.CollectibleBase()

CollectionTest.CollectibleBase

public CollectionTest.CollectibleBase(java.lang.String name)
Method Detail

toString

public java.lang.String toString()

getGatherer

public CollectionTest.Gatherer getGatherer()
Specified by:
getGatherer in interface CollectionTest.CollectibleBaseIF

setGatherer

public void setGatherer(CollectionTest.Gatherer gatherer)
Specified by:
setGatherer in interface CollectionTest.CollectibleBaseIF

getGathererId

public java.lang.Integer getGathererId()
Specified by:
getGathererId in interface CollectionTest.CollectibleBaseIF

setGathererId

public void setGathererId(java.lang.Integer gathererId)
Specified by:
setGathererId in interface CollectionTest.CollectibleBaseIF

getColId

public java.lang.Integer getColId()
Specified by:
getColId in interface CollectionTest.CollectibleBaseIF

setColId

public void setColId(java.lang.Integer colId)
Specified by:
setColId in interface CollectionTest.CollectibleBaseIF

getName

public java.lang.String getName()
Specified by:
getName in interface CollectionTest.CollectibleBaseIF

setName

public void setName(java.lang.String name)
Specified by:
setName in interface CollectionTest.CollectibleBaseIF


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