org.netxms.client.datacollection
Class DciSummaryTable

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

public class DciSummaryTable
extends java.lang.Object

DCI summary table


Constructor Summary
DciSummaryTable(NXCPMessage msg)
          Create full object from NXCP message.
DciSummaryTable(java.lang.String menuPath, java.lang.String title)
          Create new empty summary table object
 
Method Summary
 void fillMessage(NXCPMessage msg)
          Fill NXCP message with object data
 java.util.List<DciSummaryTableColumn> getColumns()
           
 int getFlags()
           
 int getId()
           
 java.lang.String getMenuPath()
           
 java.lang.String getNodeFilter()
           
 java.lang.String getTitle()
           
 void setFlags(int flags)
           
 void setId(int id)
           
 void setMenuPath(java.lang.String menuPath)
           
 void setNodeFilter(java.lang.String nodeFilter)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DciSummaryTable

public DciSummaryTable(java.lang.String menuPath,
                       java.lang.String title)
Create new empty summary table object


DciSummaryTable

public DciSummaryTable(NXCPMessage msg)
Create full object from NXCP message.

Parameters:
msg -
baseId -
Method Detail

fillMessage

public void fillMessage(NXCPMessage msg)
Fill NXCP message with object data

Parameters:
msg - NXCP message

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getMenuPath

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

setMenuPath

public void setMenuPath(java.lang.String menuPath)
Parameters:
menuPath - the menuPath to set

getTitle

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

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getFlags

public int getFlags()
Returns:
the flags

setFlags

public void setFlags(int flags)
Parameters:
flags - the flags to set

getNodeFilter

public java.lang.String getNodeFilter()
Returns:
the nodeFilter

setNodeFilter

public void setNodeFilter(java.lang.String nodeFilter)
Parameters:
nodeFilter - the nodeFilter to set

getColumns

public java.util.List<DciSummaryTableColumn> getColumns()
Returns:
the columns


Copyright © 2013. All Rights Reserved.