public class Method extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
idempotent |
protected String |
methodName |
protected String |
readOnly |
protected String |
transactionTimeout |
| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdempotent()
Gets the value of the idempotent property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getReadOnly()
Gets the value of the readOnly property.
|
String |
getTransactionTimeout()
Gets the value of the transactionTimeout property.
|
void |
setIdempotent(String value)
Sets the value of the idempotent property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setReadOnly(String value)
Sets the value of the readOnly property.
|
void |
setTransactionTimeout(String value)
Sets the value of the transactionTimeout property.
|
protected String methodName
protected String readOnly
protected String idempotent
protected String transactionTimeout
public String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic String getReadOnly()
Stringpublic void setReadOnly(String value)
value - allowed object is
Stringpublic String getIdempotent()
Stringpublic void setIdempotent(String value)
value - allowed object is
Stringpublic String getTransactionTimeout()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.