com.ibm.broker.config.appdev.nodes

Class DatabaseRetrieveNode.DataElementsRow

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getColumnName()
      Get the DataElementsRow "Column name" property
      java.lang.String getMessageElement()
      Get the DataElementsRow "Message element" property
      void setColumnName(java.lang.String value)
      Set the DataElementsRow "Column name" property
      void setMessageElement(java.lang.String value)
      Set the DataElementsRow "Message element" property
      • Methods inherited from class java.lang.Object

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

      • setColumnName

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

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

        public void setMessageElement(java.lang.String value)
        Set the DataElementsRow "Message element" property
        Parameters:
        value - String ; the value to set the property "Message element"
      • getMessageElement

        public java.lang.String getMessageElement()
        Get the DataElementsRow "Message element" property
        Returns:
        String; the value of the property "Message element"