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

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

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


Field Summary
private  List<StatValueBean> values
           
 
Constructor Summary
ValueListWrapper(List<StatValueBean> someValues)
           
 
Method Summary
 int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)
           
 List<StatValueBean> getValues()
           
 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

values

private List<StatValueBean> values
Constructor Detail

ValueListWrapper

public ValueListWrapper(List<StatValueBean> someValues)
Method Detail

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