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

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

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


Field Summary
private  String category
           
private  String className
           
private  String id
           
private  String subsystem
           
private  ValueListWrapper wrapper
           
 
Constructor Summary
ProducerBean()
           
 
Method Summary
 int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)
           
 String getCategory()
           
 String getClassName()
           
 String getId()
           
 String getSubsystem()
           
 List<StatValueBean> getValues()
           
 void setCategory(String category)
           
 void setClassName(String className)
           
 void setId(String id)
           
 void setSubsystem(String subsystem)
           
 void setValues(List<StatValueBean> someValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private String id

className

private String className

category

private String category

subsystem

private String subsystem

wrapper

private ValueListWrapper wrapper
Constructor Detail

ProducerBean

public ProducerBean()
Method Detail

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getId

public String getId()

setId

public void setId(String id)

getSubsystem

public String getSubsystem()

setSubsystem

public void setSubsystem(String subsystem)

setValues

public void setValues(List<StatValueBean> someValues)

getValues

public List<StatValueBean> getValues()

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