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