org.apache.openejb.jee.jpa
Class PrePersist

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

public class PrePersist
extends java.lang.Object


Field Summary
protected  java.lang.String methodName
           
 
Constructor Summary
PrePersist()
           
 
Method Summary
 java.lang.String getMethodName()
          Gets the value of the methodName property.
 void setMethodName(java.lang.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 java.lang.String methodName
Constructor Detail

PrePersist

public PrePersist()
Method Detail

getMethodName

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

Returns:
possible object is String

setMethodName

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

Parameters:
value - allowed object is String


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