public class MappingTableEntry
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
MappingTableEntry(NXCPMessage msg,
long baseId)
Create entry from NXCP message
|
|
MappingTableEntry(java.lang.String key,
java.lang.String value,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getKey() |
java.lang.String |
getValue() |
void |
setDescription(java.lang.String description) |
void |
setKey(java.lang.String key) |
void |
setValue(java.lang.String value) |
public MappingTableEntry(java.lang.String key, java.lang.String value, java.lang.String description)
key
- value
- description
- protected MappingTableEntry(NXCPMessage msg, long baseId)
msg
- baseId
- public final java.lang.String getKey()
public final java.lang.String getValue()
public final java.lang.String getDescription()
public final void setKey(java.lang.String key)
key
- the key to setpublic final void setValue(java.lang.String value)
value
- the value to setpublic final void setDescription(java.lang.String description)
description
- the description to setCopyright © 2013. All Rights Reserved.