com.ibm.broker.config.appdev.nodes

Class RegistryLookupNode.ClassificationTableRow

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


    public class RegistryLookupNode.ClassificationTableRow
    extends NodePropertyRow
    ClassificationTableRow is used by ClassificationTable instance
     Table name = Classification
     Row names = ClassificationTableRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getClassificationEntry()
      Get the ClassificationTableRow "Classification" property
      void setClassificationEntry(java.lang.String value)
      Set the ClassificationTableRow "Classification" property
      • Methods inherited from class java.lang.Object

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

      • setClassificationEntry

        public void setClassificationEntry(java.lang.String value)
        Set the ClassificationTableRow "Classification" property
        Parameters:
        value - String ; the value to set the property "Classification"
      • getClassificationEntry

        public java.lang.String getClassificationEntry()
        Get the ClassificationTableRow "Classification" property
        Returns:
        String; the value of the property "Classification"