public class DciSummaryTable extends Object
| Constructor and Description |
|---|
DciSummaryTable(org.netxms.base.NXCPMessage msg)
Create full object from NXCP message.
|
DciSummaryTable(String menuPath,
String title)
Create new empty summary table object
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillMessage(org.netxms.base.NXCPMessage msg)
Fill NXCP message with object data
|
List<DciSummaryTableColumn> |
getColumns() |
int |
getFlags() |
UUID |
getGuid() |
int |
getId() |
String |
getMenuPath() |
String |
getNodeFilter() |
String |
getTitle() |
void |
setFlags(int flags) |
void |
setId(int id) |
void |
setMenuPath(String menuPath) |
void |
setNodeFilter(String nodeFilter) |
void |
setTitle(String title) |
public DciSummaryTable(String menuPath, String title)
public DciSummaryTable(org.netxms.base.NXCPMessage msg)
msg - message with object from the serverpublic void fillMessage(org.netxms.base.NXCPMessage msg)
msg - NXCP messagepublic int getId()
public void setId(int id)
id - the id to setpublic UUID getGuid()
public String getMenuPath()
public void setMenuPath(String menuPath)
menuPath - the menuPath to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic int getFlags()
public void setFlags(int flags)
flags - the flags to setpublic String getNodeFilter()
public void setNodeFilter(String nodeFilter)
nodeFilter - the nodeFilter to setpublic List<DciSummaryTableColumn> getColumns()
Copyright © 2017. All rights reserved.