org.apache.openejb.jee.jpa
Class PostRemove

java.lang.Object
  extended by org.apache.openejb.jee.jpa.PostRemove

public class PostRemove
extends Object


Field Summary
protected  String methodName
           
 
Constructor Summary
PostRemove()
           
 
Method Summary
 String getMethodName()
          Gets the value of the methodName property.
 void setMethodName(String value)
          Sets the value of the methodName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected String methodName
Constructor Detail

PostRemove

public PostRemove()
Method Detail

getMethodName

public String getMethodName()
Gets the value of the methodName property.

Returns:
possible object is String

setMethodName

public void setMethodName(String value)
Sets the value of the methodName property.

Parameters:
value - allowed object is String


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