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) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
String |
getValue() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setValue(String value) |
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 © 2016. All rights reserved.