org.apache.ojb.odmg
Class CollectionsTest.Gatherer

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

public static class CollectionsTest.Gatherer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CollectionsTest.Gatherer()
           
CollectionsTest.Gatherer(java.lang.Integer gatId, java.lang.String name)
           
 
Method Summary
 void addCollectibleA(CollectionsTest.CollectibleA colA)
           
 java.util.List getCollectiblesA()
           
 java.util.List getCollectiblesB()
           
 java.util.List getCollectiblesC()
           
 java.lang.Integer getGatId()
           
 java.lang.String getName()
           
 void setCollectiblesA(java.util.List collectiblesA)
           
 void setCollectiblesB(java.util.List collectiblesB)
           
 void setCollectiblesC(java.util.List collectiblesC)
           
 void setGatId(java.lang.Integer gatId)
           
 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.Gatherer

public CollectionsTest.Gatherer()

CollectionsTest.Gatherer

public CollectionsTest.Gatherer(java.lang.Integer gatId,
                                java.lang.String name)
Method Detail

addCollectibleA

public void addCollectibleA(CollectionsTest.CollectibleA colA)

getGatId

public java.lang.Integer getGatId()

setGatId

public void setGatId(java.lang.Integer gatId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getCollectiblesA

public java.util.List getCollectiblesA()

setCollectiblesA

public void setCollectiblesA(java.util.List collectiblesA)

getCollectiblesB

public java.util.List getCollectiblesB()

setCollectiblesB

public void setCollectiblesB(java.util.List collectiblesB)

getCollectiblesC

public java.util.List getCollectiblesC()

setCollectiblesC

public void setCollectiblesC(java.util.List collectiblesC)


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