java.io.Serializable, IdMetaDatapublic class InitMethodMetaData extends IdMetaDataImpl
| Constructor | Description |
|---|---|
InitMethodMetaData() |
Create a new InitMethodMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
NamedMethodMetaData |
getBeanMethod() |
Get the beanMethod.
|
NamedMethodMetaData |
getCreateMethod() |
Get the createMethod.
|
void |
setBeanMethod(NamedMethodMetaData beanMethod) |
Set the beanMethod.
|
void |
setCreateMethod(NamedMethodMetaData createMethod) |
Set the createMethod.
|
public NamedMethodMetaData getCreateMethod()
public void setCreateMethod(NamedMethodMetaData createMethod)
createMethod - the createMethod.java.lang.IllegalArgumentException - for a null createMethodpublic NamedMethodMetaData getBeanMethod()
public void setBeanMethod(NamedMethodMetaData beanMethod)
beanMethod - the beanMethod.java.lang.IllegalArgumentException - for a null beanMethodCopyright © 2018 JBoss by Red Hat. All rights reserved.