org.apache.openejb.jee
Class RemoveMethod
java.lang.Object
org.apache.openejb.jee.RemoveMethod
public class RemoveMethod
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
beanMethod
protected NamedMethod beanMethod
retainIfException
protected java.lang.Boolean retainIfException
id
protected java.lang.String id
RemoveMethod
public RemoveMethod()
RemoveMethod
public RemoveMethod(java.lang.reflect.Method beanMethod)
RemoveMethod
public RemoveMethod(java.lang.reflect.Method beanMethod,
boolean retainIfException)
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-2010 The Apache OpenEJB development community. All Rights Reserved.