org.picocontainer.script.testmodel
Class ListSupport

java.lang.Object
  extended by org.picocontainer.script.testmodel.ListSupport

public final class ListSupport
extends Object

Test for list support.

Author:
Jeff Steward

Constructor Summary
ListSupport(List<Entity> aListOfEntityObjects)
           
 
Method Summary
 List<Entity> getAListOfEntityObjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSupport

public ListSupport(List<Entity> aListOfEntityObjects)
Method Detail

getAListOfEntityObjects

public List<Entity> getAListOfEntityObjects()


Copyright © 2003-2010 Codehaus. All Rights Reserved.