org.jboss.cdi.tck.tests.implementation.initializer
Class ChickenHutch

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.initializer.ChickenHutch

public class ChickenHutch
extends Object


Field Summary
 Fox fox
           
 Chicken chicken
           
 
Constructor Summary
ChickenHutch()
           
 
Method Summary
 void setFox(Fox fox)
           
 void setChicken(Chicken chicken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fox

public Fox fox

chicken

public Chicken chicken
Constructor Detail

ChickenHutch

public ChickenHutch()
Method Detail

setFox

@Inject
public void setFox(Fox fox)

setChicken

@Inject
public void setChicken(Chicken chicken)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.