Class DciSummaryTableDescriptor

java.lang.Object
org.netxms.client.datacollection.DciSummaryTableDescriptor

public class DciSummaryTableDescriptor extends Object
Descriptor of DCI summary table
  • Constructor Details

    • DciSummaryTableDescriptor

      public DciSummaryTableDescriptor(NXCPMessage msg, long baseId)
      Create summary information from NXCP message.
      Parameters:
      msg - The NXCPMessage
      baseId - The base ID
    • DciSummaryTableDescriptor

      public DciSummaryTableDescriptor(DciSummaryTable table)
      Create descriptor from table object
      Parameters:
      table - The table object
  • Method Details

    • updateFromTable

      public void updateFromTable(DciSummaryTable table)
      Update descriptor from table
      Parameters:
      table - The table to update from
    • getId

      public int getId()
      Returns:
      the id
    • getMenuPath

      public String getMenuPath()
      Returns:
      the menuPath
    • getTitle

      public String getTitle()
      Returns:
      the title
    • getDisplayName

      public String getDisplayName()
      Get display name in the form "title (menu path)". The menu path is always shown so that tables with an empty title remain identifiable. Accelerator markers are stripped from the menu path.
      Returns:
      display name
    • getFlags

      public int getFlags()
      Returns:
      the flags
    • getGuid

      public UUID getGuid()
      Returns:
      the guid