Class MapLinkDataSource

java.lang.Object
org.netxms.client.maps.configs.MapDataSource
org.netxms.client.maps.configs.MapLinkDataSource
All Implemented Interfaces:
NodeItemPair

public class MapLinkDataSource extends MapDataSource
  • Field Details

    • system

      protected boolean system
    • location

      protected LinkDataLocation location
  • Constructor Details

    • MapLinkDataSource

      public MapLinkDataSource()
      Default constructor
    • MapLinkDataSource

      public MapLinkDataSource(MapLinkDataSource src)
      Copy constructor
      Parameters:
      src - source object
    • MapLinkDataSource

      public MapLinkDataSource(DciValue dci)
      Create DCI info from DciValue object
      Parameters:
      dci - source DciValue object
    • MapLinkDataSource

      public MapLinkDataSource(long nodeId, long dciId)
      Create DCI info for node/DCI ID pair
      Parameters:
      nodeId - node ID
      dciId - DCI ID
  • Method Details

    • getLocation

      public LinkDataLocation getLocation()
      Get current location on link
      Returns:
      location on link
    • setLocation

      public void setLocation(LinkDataLocation location)
      Set current location on link
      Parameters:
      location - to set
    • isSystem

      public boolean isSystem()
    • setSystem

      public void setSystem(boolean system)