com.ibm.broker.config.appdev.nodes

Class EndpointLookupNode.UserPropertiesTableRow

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


    public class EndpointLookupNode.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(EndpointLookupNode.ENUM_ENDPOINTLOOKUP_PROPERTYTYPE value)
        Set the UserPropertiesTableRow "Property Type" property
        Parameters:
        value - ENUM_ENDPOINTLOOKUP_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"