|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.ejb.spec.InitMethodMetaData
public class InitMethodMetaData
InitMethodMetaData.
Constructor Summary | |
---|---|
InitMethodMetaData()
Create a new InitMethodMetaData. |
Method Summary | |
---|---|
NamedMethodMetaData |
getBeanMethod()
Get the beanMethod. |
NamedMethodMetaData |
getCreateMethod()
Get the createMethod. |
void |
setBeanMethod(NamedMethodMetaData beanMethod)
Set the beanMethod. |
void |
setCreateMethod(NamedMethodMetaData createMethod)
Set the createMethod. |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, equals, getId, hashCode, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitMethodMetaData()
Method Detail |
---|
public NamedMethodMetaData getCreateMethod()
public void setCreateMethod(NamedMethodMetaData createMethod)
createMethod
- the createMethod.
IllegalArgumentException
- for a null createMethodpublic NamedMethodMetaData getBeanMethod()
public void setBeanMethod(NamedMethodMetaData beanMethod)
beanMethod
- the beanMethod.
IllegalArgumentException
- for a null beanMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |