org.netxms.api.client.mt
Class MappingTableEntry

java.lang.Object
  extended by org.netxms.api.client.mt.MappingTableEntry

public class MappingTableEntry
extends java.lang.Object

Entry in mapping table


Constructor Summary
protected MappingTableEntry(NXCPMessage msg, long baseId)
          Create entry from NXCP message
  MappingTableEntry(java.lang.String key, java.lang.String value, java.lang.String description)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.