org.jboss.cdi.tck.tests.inheritance.specialization.enterprise
Class Office
java.lang.Object
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.Building
org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.Office
- All Implemented Interfaces:
- BuildingLocal, OfficeLocal
@Specializes
public class Office
- extends Building
- implements OfficeLocal
| 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 |
Office
public Office()
getClassName
public String getClassName()
- Specified by:
getClassName in interface BuildingLocal- Specified by:
getClassName in interface OfficeLocal- Overrides:
getClassName in class Building
Copyright © 2008-2013 Seam Framework. All Rights Reserved.