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

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

public class StringValueBean
extends StatValueBean


Field Summary
private  String value
           
 
Constructor Summary
StringValueBean()
           
StringValueBean(String 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

value

private String value
Constructor Detail

StringValueBean

public StringValueBean()

StringValueBean

public StringValueBean(String 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