Package org.apache.openejb.jee.jba
Class Method
- java.lang.Object
-
- org.apache.openejb.jee.jba.Method
-
public class Method extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidempotentprotected StringmethodNameprotected StringreadOnlyprotected StringtransactionTimeout
-
Constructor Summary
Constructors Constructor Description Method()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdempotent()Gets the value of the idempotent property.StringgetMethodName()Gets the value of the methodName property.StringgetReadOnly()Gets the value of the readOnly property.StringgetTransactionTimeout()Gets the value of the transactionTimeout property.voidsetIdempotent(String value)Sets the value of the idempotent property.voidsetMethodName(String value)Sets the value of the methodName property.voidsetReadOnly(String value)Sets the value of the readOnly property.voidsetTransactionTimeout(String value)Sets the value of the transactionTimeout property.
-
-
-
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 isString
-
getReadOnly
public String getReadOnly()
Gets the value of the readOnly property.- Returns:
- possible object is
String
-
setReadOnly
public void setReadOnly(String value)
Sets the value of the readOnly property.- Parameters:
value- allowed object isString
-
getIdempotent
public String getIdempotent()
Gets the value of the idempotent property.- Returns:
- possible object is
String
-
setIdempotent
public void setIdempotent(String value)
Sets the value of the idempotent property.- Parameters:
value- allowed object isString
-
getTransactionTimeout
public String getTransactionTimeout()
Gets the value of the transactionTimeout property.- Returns:
- possible object is
String
-
-