Class MappingTableEntry


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

      • MappingTableEntry

        public MappingTableEntry​(String key,
                                 String value,
                                 String description)
        Parameters:
        key -
        value -
        description -
      • MappingTableEntry

        protected MappingTableEntry​(org.netxms.base.NXCPMessage msg,
                                    long baseId)
        Create entry from NXCP message
        Parameters:
        msg -
        baseId -
    • Method Detail

      • getKey

        public final String getKey()
        Returns:
        the key
      • getValue

        public final String getValue()
        Returns:
        the value
      • getDescription

        public final String getDescription()
        Returns:
        the description
      • setKey

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

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

        public final void setDescription​(String description)
        Parameters:
        description - the description to set