com.ibm.broker.config.appdev.nodes

Class DatabaseRouteNode.FilterTableRow

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


    public class DatabaseRouteNode.FilterTableRow
    extends NodePropertyRow
    FilterTableRow is used by FilterTable instance
     Table name = Filter table
     Row names = FilterTableRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFilterPattern()
      Get the FilterTableRow "Filter pattern" property
      java.lang.String getRoutingOutputTerminal()
      Get the FilterTableRow "Routing output terminal" property
      void setFilterPattern(java.lang.String value)
      Set the FilterTableRow "Filter pattern" property
      void setRoutingOutputTerminal(java.lang.String value)
      Set the FilterTableRow "Routing output terminal" property
      • Methods inherited from class java.lang.Object

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

      • setFilterPattern

        public void setFilterPattern(java.lang.String value)
        Set the FilterTableRow "Filter pattern" property
        Parameters:
        value - String ; the value to set the property "Filter pattern"
      • getFilterPattern

        public java.lang.String getFilterPattern()
        Get the FilterTableRow "Filter pattern" property
        Returns:
        String; the value of the property "Filter pattern"
      • setRoutingOutputTerminal

        public void setRoutingOutputTerminal(java.lang.String value)
        Set the FilterTableRow "Routing output terminal" property
        Parameters:
        value - String ; the value to set the property "Routing output terminal"
      • getRoutingOutputTerminal

        public java.lang.String getRoutingOutputTerminal()
        Get the FilterTableRow "Routing output terminal" property
        Returns:
        String; the value of the property "Routing output terminal"