com.ibm.broker.config.appdev.nodes

Class RESTAsyncRequestNode.parameterRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    RESTAsyncRequestNode


    public class RESTAsyncRequestNode.parameterRow
    extends NodePropertyRow
    parameterRow is used by ParametersTable instance
     Table name = Parameters
     Row names = parameter
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Get the parameterRow "Description" property
      java.lang.String getExpression()
      Get the parameterRow "Expression" property
      java.lang.String getName()
      Get the parameterRow "Name" property
      java.lang.String getType()
      Get the parameterRow "Type" property
      void setDescription(java.lang.String value)
      Set the parameterRow "Description" property
      void setExpression(java.lang.String value)
      Set the parameterRow "Expression" property
      void setName(java.lang.String value)
      Set the parameterRow "Name" property
      void setType(java.lang.String value)
      Set the parameterRow "Type" property
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setName

        public void setName(java.lang.String value)
        Set the parameterRow "Name" property
        Parameters:
        value - String ; the value to set the property "Name"
      • getName

        public java.lang.String getName()
        Get the parameterRow "Name" property
        Returns:
        String; the value of the property "Name"
      • setType

        public void setType(java.lang.String value)
        Set the parameterRow "Type" property
        Parameters:
        value - String ; the value to set the property "Type"
      • getType

        public java.lang.String getType()
        Get the parameterRow "Type" property
        Returns:
        String; the value of the property "Type"
      • setExpression

        public void setExpression(java.lang.String value)
        Set the parameterRow "Expression" property
        Parameters:
        value - String ; the value to set the property "Expression"
      • getExpression

        public java.lang.String getExpression()
        Get the parameterRow "Expression" property
        Returns:
        String; the value of the property "Expression"
      • setDescription

        public void setDescription(java.lang.String value)
        Set the parameterRow "Description" property
        Parameters:
        value - String ; the value to set the property "Description"
      • getDescription

        public java.lang.String getDescription()
        Get the parameterRow "Description" property
        Returns:
        String; the value of the property "Description"