org.jboss.cdi.tck.tests.inheritance.specialization.enterprise
Class Office

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.Building
      extended by org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.Office
All Implemented Interfaces:
BuildingLocal, OfficeLocal

@Specializes
public class Office
extends Building
implements OfficeLocal


Constructor Summary
Office()
           
 
Method Summary
 String getClassName()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.Building
getWaste
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.BuildingLocal
getWaste
 

Constructor Detail

Office

public Office()
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface BuildingLocal
Specified by:
getClassName in interface OfficeLocal
Overrides:
getClassName in class Building


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