public class InitMethodMetaData extends IdMetaDataImpl
Constructor and Description |
---|
InitMethodMetaData()
Create a new InitMethodMetaData.
|
Modifier and Type | Method and 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.IllegalArgumentException
- for a null createMethodpublic NamedMethodMetaData getBeanMethod()
public void setBeanMethod(NamedMethodMetaData beanMethod)
beanMethod
- the beanMethod.IllegalArgumentException
- for a null beanMethodCopyright © 2016 JBoss by Red Hat. All rights reserved.