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

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

public class Meal
extends Object


Field Summary
static List<Class<?>> disposedBy
           
 
Constructor Summary
Meal(Cook cook)
           
 
Method Summary
 Cook getCook()
           
 
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

Meal

public Meal(Cook cook)
Method Detail

getCook

public Cook getCook()


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