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

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

public class StatBean
extends Object
implements net.anotheria.util.sorter.IComparable


Field Summary
private  String name
           
private  ValueListWrapper wrapper
           
 
Constructor Summary
StatBean()
           
 
Method Summary
 int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)
           
 String getName()
           
 List<StatValueBean> getValues()
           
 void setName(String name)
           
 void setValues(List<StatValueBean> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

wrapper

private ValueListWrapper wrapper
Constructor Detail

StatBean

public StatBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValues

public List<StatValueBean> getValues()

setValues

public void setValues(List<StatValueBean> values)

compareTo

public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
                     int method)
Specified by:
compareTo in interface net.anotheria.util.sorter.IComparable


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