Package org.netxms.client.datacollection
Class DciSummaryTableDescriptor
java.lang.Object
org.netxms.client.datacollection.DciSummaryTableDescriptor
Descriptor of DCI summary table
-
Constructor Summary
ConstructorsConstructorDescriptionDciSummaryTableDescriptor(NXCPMessage msg, long baseId) Create summary information from NXCP message.Create descriptor from table object -
Method Summary
Modifier and TypeMethodDescriptionGet display name in the form "title (menu path)".intgetFlags()getGuid()intgetId()getTitle()voidupdateFromTable(DciSummaryTable table) Update descriptor from table
-
Constructor Details
-
DciSummaryTableDescriptor
Create summary information from NXCP message.- Parameters:
msg- The NXCPMessagebaseId- The base ID
-
DciSummaryTableDescriptor
Create descriptor from table object- Parameters:
table- The table object
-
-
Method Details
-
updateFromTable
Update descriptor from table- Parameters:
table- The table to update from
-
getId
public int getId()- Returns:
- the id
-
getMenuPath
- Returns:
- the menuPath
-
getTitle
- Returns:
- the title
-
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
- Returns:
- the guid
-