Class MappingTableEntry

java.lang.Object
org.netxms.client.mt.MappingTableEntry

public class MappingTableEntry extends Object
Entry in mapping table
  • Constructor Details

    • MappingTableEntry

      public MappingTableEntry(String key, String value, String description)
      Create new entry.
      Parameters:
      key - key
      value - value
      description - description
    • MappingTableEntry

      protected MappingTableEntry(NXCPMessage msg, long baseId)
      Create entry from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - base field ID
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • getValue

      public String getValue()
      Returns:
      the value
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • isEmpty

      public boolean isEmpty()
      Check if this entry is an empty one.
      Returns:
      true if this entry is an empty one