org.jboss.cdi.tck.tests.inheritance.specialization.simple
Class Building

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.simple.Building
Direct Known Subclasses:
Office

public class Building
extends Object


Constructor Summary
Building()
           
 
Method Summary
protected  String getClassName()
           
 Waste getWaste()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Building

public Building()
Method Detail

getClassName

protected String getClassName()

getWaste

@Produces
public Waste getWaste()


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