org.netxms.api.client.mt
Class MappingTableEntry
java.lang.Object
org.netxms.api.client.mt.MappingTableEntry
public class MappingTableEntry
- extends java.lang.Object
Entry in mapping table
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingTableEntry
public MappingTableEntry(java.lang.String key,
java.lang.String value,
java.lang.String description)
- Parameters:
key - value - description -
MappingTableEntry
protected MappingTableEntry(NXCPMessage msg,
long baseId)
- Create entry from NXCP message
- Parameters:
msg - baseId -
getKey
public final java.lang.String getKey()
- Returns:
- the key
getValue
public final java.lang.String getValue()
- Returns:
- the value
getDescription
public final java.lang.String getDescription()
- Returns:
- the description
setKey
public final void setKey(java.lang.String key)
- Parameters:
key - the key to set
setValue
public final void setValue(java.lang.String value)
- Parameters:
value - the value to set
setDescription
public final void setDescription(java.lang.String description)
- Parameters:
description - the description to set
Copyright © 2013. All Rights Reserved.