org.apache.ojb.odmg
Interface CollectionsTest.CollectibleBIF

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
CollectionsTest.CollectibleCIF
All Known Implementing Classes:
CollectionsTest.CollectibleB
Enclosing interface:
CollectionsTest

public static interface CollectionsTest.CollectibleBIF
extends java.io.Serializable


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 colId)
           
 void setName(java.lang.String name)
           
 

Method Detail

getColId

public java.lang.Integer getColId()

setColId

public void setColId(java.lang.Integer colId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getGathererId

public java.lang.Integer getGathererId()

setGathererId

public void setGathererId(java.lang.Integer colId)

getGatherer

public CollectionsTest.Gatherer getGatherer()

setGatherer

public void setGatherer(CollectionsTest.Gatherer gatherer)


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