org.superbiz.spring
Class Theaters

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

public class Theaters
extends 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
 List<Theater> getTheaters()
           
 void setTheaters(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 List<Theater> getTheaters()

setTheaters

public void setTheaters(List<Theater> theaters)


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