org.apache.openejb.jee
Class RemoveMethod

java.lang.Object
  extended by org.apache.openejb.jee.RemoveMethod

public class RemoveMethod
extends java.lang.Object


Field Summary
protected  NamedMethod beanMethod
           
protected  java.lang.String id
           
protected  java.lang.Boolean retainIfException
           
 
Constructor Summary
RemoveMethod()
           
RemoveMethod(java.lang.reflect.Method beanMethod)
           
RemoveMethod(java.lang.reflect.Method beanMethod, boolean retainIfException)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 NamedMethod getBeanMethod()
           
 java.lang.String getId()
           
 boolean getRetainIfException()
           
 int hashCode()
           
 boolean isExplicitlySet()
           
 void setBeanMethod(NamedMethod value)
           
 void setId(java.lang.String value)
           
 void setRetainIfException(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanMethod

protected NamedMethod beanMethod

retainIfException

protected java.lang.Boolean retainIfException

id

protected java.lang.String id
Constructor Detail

RemoveMethod

public RemoveMethod()

RemoveMethod

public RemoveMethod(java.lang.reflect.Method beanMethod)

RemoveMethod

public RemoveMethod(java.lang.reflect.Method beanMethod,
                    boolean retainIfException)
Method Detail

getBeanMethod

public NamedMethod getBeanMethod()

setBeanMethod

public void setBeanMethod(NamedMethod value)

isExplicitlySet

public boolean isExplicitlySet()

getRetainIfException

public boolean getRetainIfException()

setRetainIfException

public void setRetainIfException(boolean value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.