net.java.dev.moskito.webui.bean
Class LongValueBean

java.lang.Object
  extended by net.java.dev.moskito.webui.bean.StatValueBean
      extended by net.java.dev.moskito.webui.bean.LongValueBean
All Implemented Interfaces:
net.anotheria.util.sorter.IComparable

public class LongValueBean
extends StatValueBean


Field Summary
private  long longValue
           
 
Constructor Summary
LongValueBean()
           
LongValueBean(long aValue)
           
 
Method Summary
 int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int ignored)
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class net.java.dev.moskito.webui.bean.StatValueBean
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

longValue

private long longValue
Constructor Detail

LongValueBean

public LongValueBean()

LongValueBean

public LongValueBean(long aValue)
Method Detail

getType

public String getType()
Specified by:
getType in class StatValueBean

getValue

public String getValue()
Specified by:
getValue in class StatValueBean

compareTo

public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
                     int ignored)


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework