2.9.0: 2008-11-26

net.sf.basedb.plugins
Class Base1PluginExecuter.ChildBioAssay

java.lang.Object
  extended by net.sf.basedb.plugins.Base1PluginExecuter.ChildBioAssay
Enclosing class:
Base1PluginExecuter

private static class Base1PluginExecuter.ChildBioAssay
extends Object


Field Summary
(package private)  int id
           
(package private)  String name
           
(package private)  Set<Integer> parents
           
 
Constructor Summary
Base1PluginExecuter.ChildBioAssay(int id, String name, Set<Integer> parents)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

final int id

name

final String name

parents

final Set<Integer> parents
Constructor Detail

Base1PluginExecuter.ChildBioAssay

Base1PluginExecuter.ChildBioAssay(int id,
                                  String name,
                                  Set<Integer> parents)

2.9.0: 2008-11-26