Package org.netxms.client.mt
Class MappingTableEntry
java.lang.Object
org.netxms.client.mt.MappingTableEntry
Entry in mapping table
- 
Constructor SummaryConstructorsModifierConstructorDescriptionMappingTableEntry(String key, String value, String description) Create new entry.protectedMappingTableEntry(NXCPMessage msg, long baseId) Create entry from NXCP message.
- 
Method Summary
- 
Constructor Details- 
MappingTableEntryCreate new entry.- Parameters:
- key- key
- value- value
- description- description
 
- 
MappingTableEntryCreate entry from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getKey- Returns:
- the key
 
- 
getValue- Returns:
- the value
 
- 
getDescription- Returns:
- the description
 
- 
setKey- Parameters:
- key- the key to set
 
- 
setValue- Parameters:
- value- the value to set
 
- 
setDescription- Parameters:
- description- the description to set
 
- 
isEmptypublic boolean isEmpty()Check if this entry is an empty one.- Returns:
- true if this entry is an empty one
 
 
-