java.io.Serializable, IdMetaDatapublic class RemoveMethodMetaData extends IdMetaDataImpl
| Constructor | Description |
|---|---|
RemoveMethodMetaData() |
Create a new RemoveMethodMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o,
boolean checkRetainIfException) |
|
NamedMethodMetaData |
getBeanMethod() |
Get the beanMethod.
|
java.lang.Boolean |
getRetainIfException() |
Get the retainIfException.
|
void |
mergeRetainifException(RemoveMethodMetaData override,
RemoveMethodMetaData original) |
merge the retainIfException
|
void |
setBeanMethod(NamedMethodMetaData beanMethod) |
Set the beanMethod.
|
void |
setRetainIfException(java.lang.Boolean retainIfException) |
Set the retainIfException.
|
public RemoveMethodMetaData()
public NamedMethodMetaData getBeanMethod()
public void setBeanMethod(NamedMethodMetaData beanMethod)
beanMethod - the beanMethod.java.lang.IllegalArgumentException - for a null beanMethodpublic java.lang.Boolean getRetainIfException()
public void setRetainIfException(java.lang.Boolean retainIfException)
retainIfException - the retainIfException.public boolean equals(java.lang.Object o,
boolean checkRetainIfException)
public void mergeRetainifException(RemoveMethodMetaData override, RemoveMethodMetaData original)
override - original - Copyright © 2018 JBoss by Red Hat. All rights reserved.