org.picocontainer.defaults.issues
Class Issue0191TestCase.Bowl

java.lang.Object
  extended by org.picocontainer.defaults.issues.Issue0191TestCase.Bowl
Enclosing class:
Issue0191TestCase

 class Issue0191TestCase.Bowl
extends java.lang.Object


Field Summary
private  Issue0191TestCase.Cod[] cods
           
private  Issue0191TestCase.Fish[] fishes
           
 
Constructor Summary
Issue0191TestCase.Bowl(Issue0191TestCase.Fish[] fishes, Issue0191TestCase.Cod[] cods)
           
 
Method Summary
 Issue0191TestCase.Cod[] getCods()
           
 Issue0191TestCase.Fish[] getFishes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fishes

private final Issue0191TestCase.Fish[] fishes

cods

private final Issue0191TestCase.Cod[] cods
Constructor Detail

Issue0191TestCase.Bowl

public Issue0191TestCase.Bowl(Issue0191TestCase.Fish[] fishes,
                              Issue0191TestCase.Cod[] cods)
Method Detail

getFishes

public Issue0191TestCase.Fish[] getFishes()

getCods

public Issue0191TestCase.Cod[] getCods()