org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise
Class Building

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise.Building
All Implemented Interfaces:
BuildingLocal
Direct Known Subclasses:
Office

public class Building
extends Object
implements BuildingLocal


Constructor Summary
Building()
           
 
Method Summary
 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

getWaste

@Produces
public Waste getWaste()
Specified by:
getWaste in interface BuildingLocal

getClassName

public String getClassName()
Specified by:
getClassName in interface BuildingLocal


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