public class Method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
idempotent |
protected java.lang.String |
methodName |
protected java.lang.String |
readOnly |
protected java.lang.String |
transactionTimeout |
Constructor and Description |
---|
Method() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String methodName
protected java.lang.String readOnly
protected java.lang.String idempotent
protected java.lang.String transactionTimeout
public java.lang.String getMethodName()
String
public void setMethodName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReadOnly()
String
public void setReadOnly(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdempotent()
String
public void setIdempotent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransactionTimeout()
String
public void setTransactionTimeout(java.lang.String value)
value
- allowed object is
String