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

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

public class DoubleValueBean
extends StatValueBean


Field Summary
private  double doubleValue
           
 
Constructor Summary
DoubleValueBean()
           
DoubleValueBean(double 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

doubleValue

private double doubleValue
Constructor Detail

DoubleValueBean

public DoubleValueBean()

DoubleValueBean

public DoubleValueBean(double aValue)
Method Detail

getValue

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

getType

public String getType()
Specified by:
getType 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