org.jboss.metadata.ejb.spec
Class RemoveMethodMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.ejb.spec.RemoveMethodMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class RemoveMethodMetaData
extends IdMetaDataImpl

RemoveMethodMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
RemoveMethodMetaData()
          Create a new RemoveMethodMetaData.
 
Method Summary
 boolean equals(Object o, boolean checkRetainIfException)
           
 NamedMethodMetaData getBeanMethod()
          Get the beanMethod.
 boolean isRetainIfException()
          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.
 
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

RemoveMethodMetaData

public RemoveMethodMetaData()
Create a new RemoveMethodMetaData.

Method Detail

getBeanMethod

public NamedMethodMetaData getBeanMethod()
Get the beanMethod.

Returns:
the beanMethod.

setBeanMethod

public void setBeanMethod(NamedMethodMetaData beanMethod)
Set the beanMethod.

Parameters:
beanMethod - the beanMethod.
Throws:
IllegalArgumentException - for a null beanMethod

isRetainIfException

public boolean isRetainIfException()
Get the retainIfException.

Returns:
the retainIfException.

setRetainIfException

public void setRetainIfException(boolean retainIfException)
Set the retainIfException.

Parameters:
retainIfException - the retainIfException.

equals

public boolean equals(Object o,
                      boolean checkRetainIfException)

mergeRetainifException

public void mergeRetainifException(RemoveMethodMetaData override,
                                   RemoveMethodMetaData original)
merge the retainIfException

Parameters:
override -
original -


Copyright © 2009 JBoss Inc.. All Rights Reserved.