org.netxms.api.client.mt
Class MappingTableDescriptor

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

public class MappingTableDescriptor
extends java.lang.Object

Information about mapping table without actual mapping data


Constructor Summary
MappingTableDescriptor(int id, java.lang.String name, java.lang.String description, int flags)
           
MappingTableDescriptor(NXCPMessage msg, long baseId)
          Create from NXCP message.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 int getFlags()
           
 int getId()
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingTableDescriptor

public MappingTableDescriptor(NXCPMessage msg,
                              long baseId)
Create from NXCP message.

Parameters:
msg -
baseId -

MappingTableDescriptor

public MappingTableDescriptor(int id,
                              java.lang.String name,
                              java.lang.String description,
                              int flags)
Parameters:
id -
name -
description -
flags -
Method Detail

getId

public final int getId()
Returns:
the id

getName

public final java.lang.String getName()
Returns:
the name

getDescription

public final java.lang.String getDescription()
Returns:
the description

getFlags

public final int getFlags()
Returns:
the flags

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2013. All Rights Reserved.