net.java.dev.moskito.webui.bean
Class ProducerBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private String id
className
private String className
category
private String category
subsystem
private String subsystem
wrapper
private ValueListWrapper wrapper
ProducerBean
public ProducerBean()
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