com.ibm.broker.config.appdev.nodes

Class DatabaseRetrieveNode.QueryElementsRow

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


    public class DatabaseRetrieveNode.QueryElementsRow
    extends NodePropertyRow
    QueryElementsRow is used by QueryElementsTable instance
     Table name = Query elements
     Row names = QueryElementsRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getColumnName()
      Get the QueryElementsRow "Column name" property
      java.lang.String getOperator()
      Get the QueryElementsRow "Operator" property
      java.lang.String getTableName()
      Get the QueryElementsRow "Table name" property
      java.lang.String getValue()
      Get the QueryElementsRow "Value" property
      java.lang.String getValueType()
      Get the QueryElementsRow "Value Type" property
      void setColumnName(java.lang.String value)
      Set the QueryElementsRow "Column name" property
      void setOperator(java.lang.String value)
      Set the QueryElementsRow "Operator" property
      void setTableName(java.lang.String value)
      Set the QueryElementsRow "Table name" property
      void setValue(java.lang.String value)
      Set the QueryElementsRow "Value" property
      void setValueType(java.lang.String value)
      Set the QueryElementsRow "Value Type" property
      • Methods inherited from class java.lang.Object

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

      • setTableName

        public void setTableName(java.lang.String value)
        Set the QueryElementsRow "Table name" property
        Parameters:
        value - String ; the value to set the property "Table name"
      • getTableName

        public java.lang.String getTableName()
        Get the QueryElementsRow "Table name" property
        Returns:
        String; the value of the property "Table name"
      • setColumnName

        public void setColumnName(java.lang.String value)
        Set the QueryElementsRow "Column name" property
        Parameters:
        value - String ; the value to set the property "Column name"
      • getColumnName

        public java.lang.String getColumnName()
        Get the QueryElementsRow "Column name" property
        Returns:
        String; the value of the property "Column name"
      • setOperator

        public void setOperator(java.lang.String value)
        Set the QueryElementsRow "Operator" property
        Parameters:
        value - String ; the value to set the property "Operator"
      • getOperator

        public java.lang.String getOperator()
        Get the QueryElementsRow "Operator" property
        Returns:
        String; the value of the property "Operator"
      • setValueType

        public void setValueType(java.lang.String value)
        Set the QueryElementsRow "Value Type" property
        Parameters:
        value - String ; the value to set the property "Value Type"
      • getValueType

        public java.lang.String getValueType()
        Get the QueryElementsRow "Value Type" property
        Returns:
        String; the value of the property "Value Type"
      • setValue

        public void setValue(java.lang.String value)
        Set the QueryElementsRow "Value" property
        Parameters:
        value - String ; the value to set the property "Value"
      • getValue

        public java.lang.String getValue()
        Get the QueryElementsRow "Value" property
        Returns:
        String; the value of the property "Value"