Class ExtensionBean
- java.lang.Object
-
- org.openbravo.base.weld.test.testinfrastructure.ExtensionBean
-
- All Implemented Interfaces:
Prioritizable
- Direct Known Subclasses:
QualifiedBean
,UnqualifiedBean
public abstract class ExtensionBean extends Object implements Prioritizable
Simple abstract bean
-
-
Constructor Summary
Constructors Constructor Description ExtensionBean()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openbravo.base.Prioritizable
getPriority
-
-
-
-
Method Detail
-
getName
public abstract String getName()
-
-