webmngr.util
Class SnmpTimeTicksParser

java.lang.Object
  |
  +--webmngr.util.SnmpTimeTicksParser

public class SnmpTimeTicksParser
extends java.lang.Object


Constructor Summary
SnmpTimeTicksParser(long value)
          Constructs the object with the specified value.
 
Method Summary
 java.lang.String toString()
          Returns the string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpTimeTicksParser

public SnmpTimeTicksParser(long value)
Constructs the object with the specified value.
Parameters:
value - The default value for the object.
Method Detail

toString

public java.lang.String toString()
Returns the string representation of the object.
Overrides:
toString in class java.lang.Object