Class MappingTableDescriptor


  • public class MappingTableDescriptor
    extends Object
    Information about mapping table without actual mapping data
    • Field Detail

      • id

        protected int id
      • guid

        protected UUID guid
      • description

        protected String description
      • flags

        protected int flags
    • Constructor Detail

      • MappingTableDescriptor

        public MappingTableDescriptor​(org.netxms.base.NXCPMessage msg,
                                      long baseId)
        Create from NXCP message.
        Parameters:
        msg -
        baseId -
      • MappingTableDescriptor

        public MappingTableDescriptor​(int id,
                                      String name,
                                      String description,
                                      int flags)
        Parameters:
        id -
        name -
        description -
        flags -
    • Method Detail

      • getId

        public final int getId()
        Returns:
        the id
      • getName

        public final String getName()
        Returns:
        the name
      • getDescription

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

        public final int getFlags()
        Returns:
        the flags
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getGuid

        public UUID getGuid()
        Returns:
        the guid