com.ibm.broker.config.appdev

Class TargetProperty

  • java.lang.Object
    • com.ibm.broker.config.appdev.TargetProperty
  • All Implemented Interfaces:
    java.io.Serializable


    public class TargetProperty
    extends java.lang.Object
    implements java.io.Serializable

    Each TargetProperty instance holds a Target Property.

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey           v7.0.0.2 Release
     xxxxx.x  2011-07-06  dstorey         v8.0.0.0 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetProperty

        public TargetProperty()
    • Method Detail

      • getAssociatedNode

        public Node getAssociatedNode()
        Returns:
        Node; the node this target property is linked too
      • setAssociatedNode

        public TargetProperty setAssociatedNode(Node associatedNode)
        Parameters:
        associatedNode - Node ; the node to associate this target property with
      • getTargetPropertyId

        public java.util.Vector<java.lang.String> getTargetPropertyId()
        Returns:
        Vector; the target property ids which are in this target property
      • setTargetPropertyId

        public TargetProperty setTargetPropertyId(java.util.Vector<java.lang.String> targetPropertyIds)
        Parameters:
        targetPropertyIds - Vector; the targetPropertyIds vector to replace the current vector with