org.apache.ojb.odmg
Class CollectionsTest.CollectibleB

java.lang.Object
  extended byorg.apache.ojb.odmg.CollectionsTest.CollectibleB
All Implemented Interfaces:
CollectionsTest.CollectibleBIF, java.io.Serializable
Enclosing class:
CollectionsTest

public static class CollectionsTest.CollectibleB
extends java.lang.Object
implements CollectionsTest.CollectibleBIF

See Also:
Serialized Form

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

Constructor Detail

CollectionsTest.CollectibleB

public CollectionsTest.CollectibleB()

CollectionsTest.CollectibleB

public CollectionsTest.CollectibleB(java.lang.String name)

CollectionsTest.CollectibleB

public CollectionsTest.CollectibleB(java.lang.String name,
                                    java.lang.Integer gathererId)

CollectionsTest.CollectibleB

public CollectionsTest.CollectibleB(java.lang.Integer colId,
                                    java.lang.String name,
                                    java.lang.Integer gathererId)
Method Detail

getGatherer

public CollectionsTest.Gatherer getGatherer()
Specified by:
getGatherer in interface CollectionsTest.CollectibleBIF

setGatherer

public void setGatherer(CollectionsTest.Gatherer gatherer)
Specified by:
setGatherer in interface CollectionsTest.CollectibleBIF

getGathererId

public java.lang.Integer getGathererId()
Specified by:
getGathererId in interface CollectionsTest.CollectibleBIF

setGathererId

public void setGathererId(java.lang.Integer gathererId)
Specified by:
setGathererId in interface CollectionsTest.CollectibleBIF

getColId

public java.lang.Integer getColId()
Specified by:
getColId in interface CollectionsTest.CollectibleBIF

setColId

public void setColId(java.lang.Integer colId)
Specified by:
setColId in interface CollectionsTest.CollectibleBIF

getName

public java.lang.String getName()
Specified by:
getName in interface CollectionsTest.CollectibleBIF

setName

public void setName(java.lang.String name)
Specified by:
setName in interface CollectionsTest.CollectibleBIF


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