|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.EJB3
public class EJB3
This class represents an EJB-Jar deployment descriptor.
Field Summary | |
---|---|
private EnterpriseBeans |
enterpriseBeans
Enterprise-beans element. |
Constructor Summary | |
---|---|
EJB3()
|
Method Summary | |
---|---|
EnterpriseBeans |
getEnterpriseBeans()
Gets the enterprise-beans element. |
void |
setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
Sets the enterprise-beans element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EnterpriseBeans enterpriseBeans
Constructor Detail |
---|
public EJB3()
Method Detail |
---|
public EnterpriseBeans getEnterpriseBeans()
public void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
enterpriseBeans
- the element to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |