com.ibm.broker.config.appdev.nodes

Class RegistryLookupNode.UserPropertiesTableRow

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


    public class RegistryLookupNode.UserPropertiesTableRow
    extends NodePropertyRow
    UserPropertiesTableRow is used by UserPropertiesTable instance
     Table name = User Properties
     Row names = UserPropertiesTableRow
     
    See Also:
    Serialized Form
    • Method Detail

      • setPropertyName

        public void setPropertyName(java.lang.String value)
        Set the UserPropertiesTableRow "Property Name" property
        Parameters:
        value - String ; the value to set the property "Property Name"
      • getPropertyName

        public java.lang.String getPropertyName()
        Get the UserPropertiesTableRow "Property Name" property
        Returns:
        String; the value of the property "Property Name"
      • setPropertyType

        public void setPropertyType(RegistryLookupNode.ENUM_REGISTRYLOOKUP_PROPERTYTYPE value)
        Set the UserPropertiesTableRow "Property Type" property
        Parameters:
        value - ENUM_REGISTRYLOOKUP_PROPERTYTYPE ; the value to set the property "Property Type"
      • setPropertyValue

        public void setPropertyValue(java.lang.String value)
        Set the UserPropertiesTableRow "Property Value" property
        Parameters:
        value - String ; the value to set the property "Property Value"
      • getPropertyValue

        public java.lang.String getPropertyValue()
        Get the UserPropertiesTableRow "Property Value" property
        Returns:
        String; the value of the property "Property Value"