Class Method


  • public class Method
    extends Object
    • Field Detail

      • methodName

        protected String methodName
      • readOnly

        protected String readOnly
      • idempotent

        protected String idempotent
      • transactionTimeout

        protected String transactionTimeout
    • Constructor Detail

      • Method

        public Method()
    • 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 is String
      • 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 is String
      • 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 is String
      • getTransactionTimeout

        public String getTransactionTimeout()
        Gets the value of the transactionTimeout property.
        Returns:
        possible object is String
      • setTransactionTimeout

        public void setTransactionTimeout​(String value)
        Sets the value of the transactionTimeout property.
        Parameters:
        value - allowed object is String