com.ibm.broker.config.appdev.nodes

Class DotNetComputeNode.UserTableRow

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


    public class DotNetComputeNode.UserTableRow
    extends NodePropertyRow
    UserTableRow is used by UserTable instance
     Table name = 
     Row names = UserTableRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getUserProperty()
      Get the UserTableRow "Property" property
      java.lang.String getUserValue()
      Get the UserTableRow "Value" property
      void setUserProperty(java.lang.String value)
      Set the UserTableRow "Property" property
      void setUserValue(java.lang.String value)
      Set the UserTableRow "Value" property
      • Methods inherited from class java.lang.Object

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

      • setUserProperty

        public void setUserProperty(java.lang.String value)
        Set the UserTableRow "Property" property
        Parameters:
        value - String ; the value to set the property "Property"
      • getUserProperty

        public java.lang.String getUserProperty()
        Get the UserTableRow "Property" property
        Returns:
        String; the value of the property "Property"
      • setUserValue

        public void setUserValue(java.lang.String value)
        Set the UserTableRow "Value" property
        Parameters:
        value - String ; the value to set the property "Value"
      • getUserValue

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