com.sybase.uep.bobclient.data
Class LoggerLevel

java.lang.Object
  extended by com.sybase.uep.bobclient.data.LoggerLevel

public class LoggerLevel
extends java.lang.Object

This is the logger level name object

This holds information about a logger level name used in the AppLogsScreen operation

Author:
luox
See Also:
AppLogsScreen

Constructor Summary
LoggerLevel(java.lang.String loggerLevelName, int level, int nodeCount)
           
 
Method Summary
 int getLevel()
          Get the logger level for the level node
 int getNodeCount()
          Get the count of the entries for this logger level
 int setLevel()
          Set the logger level for the level node
 void setNodeCount(int count)
           
 java.lang.String toString()
          Get the name of the logger level node
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerLevel

public LoggerLevel(java.lang.String loggerLevelName,
                   int level,
                   int nodeCount)
Parameters:
loggerLevelName - the name of this logger level node
level - the level of this logger level node
nodeCount - the count of the entries in this logger level node
Method Detail

getLevel

public int getLevel()
Get the logger level for the level node

Returns:

setLevel

public int setLevel()
Set the logger level for the level node

Returns:

getNodeCount

public int getNodeCount()
Get the count of the entries for this logger level

Returns:

setNodeCount

public void setNodeCount(int count)
Parameters:
count - the current count of the entries for this logger level Set the count of the entries for this logger level

toString

public java.lang.String toString()
Get the name of the logger level node

Overrides:
toString in class java.lang.Object