public class MappingTableEntry extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MappingTableEntry(org.netxms.base.NXCPMessage msg,
long baseId)
Create entry from NXCP message
|
|
MappingTableEntry(String key,
String value,
String description) |
public MappingTableEntry(String key, String value, String description)
key - value - description - protected MappingTableEntry(org.netxms.base.NXCPMessage msg,
long baseId)
msg - baseId - public final String getKey()
public final String getValue()
public final String getDescription()
public final void setKey(String key)
key - the key to setpublic final void setValue(String value)
value - the value to setpublic final void setDescription(String description)
description - the description to setCopyright © 2015. All rights reserved.