org.apache.openejb.jee.jba
Class Method

java.lang.Object
  extended by org.apache.openejb.jee.jba.Method

public class Method
extends java.lang.Object


Field Summary
protected  java.lang.String idempotent
           
protected  java.lang.String methodName
           
protected  java.lang.String readOnly
           
protected  java.lang.String transactionTimeout
           
 
Constructor Summary
Method()
           
 
Method Summary
 java.lang.String getIdempotent()
          Gets the value of the idempotent property.
 java.lang.String getMethodName()
          Gets the value of the methodName property.
 java.lang.String getReadOnly()
          Gets the value of the readOnly property.
 java.lang.String getTransactionTimeout()
          Gets the value of the transactionTimeout property.
 void setIdempotent(java.lang.String value)
          Sets the value of the idempotent property.
 void setMethodName(java.lang.String value)
          Sets the value of the methodName property.
 void setReadOnly(java.lang.String value)
          Sets the value of the readOnly property.
 void setTransactionTimeout(java.lang.String value)
          Sets the value of the transactionTimeout 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

readOnly

protected java.lang.String readOnly

idempotent

protected java.lang.String idempotent

transactionTimeout

protected java.lang.String transactionTimeout
Constructor Detail

Method

public Method()
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

getReadOnly

public java.lang.String getReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is String

setReadOnly

public void setReadOnly(java.lang.String value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is String

getIdempotent

public java.lang.String getIdempotent()
Gets the value of the idempotent property.

Returns:
possible object is String

setIdempotent

public void setIdempotent(java.lang.String value)
Sets the value of the idempotent property.

Parameters:
value - allowed object is String

getTransactionTimeout

public java.lang.String getTransactionTimeout()
Gets the value of the transactionTimeout property.

Returns:
possible object is String

setTransactionTimeout

public void setTransactionTimeout(java.lang.String value)
Sets the value of the transactionTimeout property.

Parameters:
value - allowed object is String


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