org.apache.openejb.jee
Class RemoveMethod
java.lang.Object
org.apache.openejb.jee.RemoveMethod
public class RemoveMethod
- extends Object
beanMethod
protected NamedMethod beanMethod
retainIfException
protected Boolean retainIfException
id
protected String id
RemoveMethod
public RemoveMethod()
RemoveMethod
public RemoveMethod(Method beanMethod)
RemoveMethod
public RemoveMethod(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 String getId()
setId
public void setId(String value)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.