org.netxms.client.log
Class LogColumn

java.lang.Object
  extended by org.netxms.client.log.LogColumn

public class LogColumn
extends java.lang.Object

Author:
Victor

Constructor Summary
protected LogColumn(NXCPMessage msg, long baseId)
          Create log column object from NXCP message
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogColumn

protected LogColumn(NXCPMessage msg,
                    long baseId)
Create log column object from NXCP message

Parameters:
msg - NXCP message
baseId - Base variable ID
Method Detail

getName

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

getDescription

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

getType

public int getType()
Returns:
the type


Copyright © 2009. All Rights Reserved.