org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance
Class Egg

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Egg

public class Egg
extends Object


Field Summary
static List<Class<?>> disposedBy
           
 
Constructor Summary
Egg(Chicken tree)
           
 
Method Summary
 Chicken getChicken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disposedBy

public static List<Class<?>> disposedBy
Constructor Detail

Egg

public Egg(Chicken tree)
Method Detail

getChicken

public Chicken getChicken()


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