org.netxms.client.datacollection
Class DciSummaryTableDescriptor

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

public class DciSummaryTableDescriptor
extends java.lang.Object

Descriptor of DCI summary table


Constructor Summary
DciSummaryTableDescriptor(DciSummaryTable table)
          Create descriptor from table object
DciSummaryTableDescriptor(NXCPMessage msg, long baseId)
          Create summary information from NXCP message.
 
Method Summary
 int getFlags()
           
 int getId()
           
 java.lang.String getMenuPath()
           
 java.lang.String getTitle()
           
 void updateFromTable(DciSummaryTable table)
          Update descriptor from table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DciSummaryTableDescriptor

public DciSummaryTableDescriptor(NXCPMessage msg,
                                 long baseId)
Create summary information from NXCP message.

Parameters:
msg -
baseId -

DciSummaryTableDescriptor

public DciSummaryTableDescriptor(DciSummaryTable table)
Create descriptor from table object

Parameters:
table -
Method Detail

updateFromTable

public void updateFromTable(DciSummaryTable table)
Update descriptor from table

Parameters:
table -

getId

public int getId()
Returns:
the id

getMenuPath

public java.lang.String getMenuPath()
Returns:
the menuPath

getTitle

public java.lang.String getTitle()
Returns:
the title

getFlags

public int getFlags()
Returns:
the flags


Copyright © 2013. All Rights Reserved.