org.netxms.api.client.mt
Class MappingTableDescriptor
java.lang.Object
org.netxms.api.client.mt.MappingTableDescriptor
public class MappingTableDescriptor
- extends java.lang.Object
Information about mapping table without actual mapping data
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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 -
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.