org.superbiz.spring
Class Theaters

java.lang.Object
  extended by org.superbiz.spring.Theaters

public class Theaters
extends java.lang.Object

Injection of collections of Spring beans into an EJB is not yet supported, so this Spring bean exists to wrap the collection as an injectable object.


Constructor Summary
Theaters()
           
 
Method Summary
 java.util.List<Theater> getTheaters()
           
 void setTheaters(java.util.List<Theater> theaters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theaters

public Theaters()
Method Detail

getTheaters

public java.util.List<Theater> getTheaters()

setTheaters

public void setTheaters(java.util.List<Theater> theaters)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.