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

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

public class PremiumChickenHutch
extends Object


Constructor Summary
PremiumChickenHutch()
           
 
Method Summary
 ChickenInterface getChicken()
           
 void setChicken(ChickenInterface chicken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PremiumChickenHutch

public PremiumChickenHutch()
Method Detail

setChicken

@Inject
public void setChicken(ChickenInterface chicken)

getChicken

public ChickenInterface getChicken()


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