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

java.lang.Object
  extended by net.java.dev.moskito.webui.bean.AbstractDecoratorBean
All Implemented Interfaces:
net.anotheria.util.sorter.IComparable
Direct Known Subclasses:
ProducerDecoratorBean, StatDecoratorBean

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


Field Summary
private  List<StatCaptionBean> captions
           
private  String name
           
 
Constructor Summary
AbstractDecoratorBean()
           
 
Method Summary
 int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)
           
 List<StatCaptionBean> getCaptions()
           
 String getName()
           
 String getSortByParameterName()
           
 String getSortOrderParameterName()
           
 void setCaptions(List<StatCaptionBean> someCaptions)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

captions

private List<StatCaptionBean> captions
Constructor Detail

AbstractDecoratorBean

public AbstractDecoratorBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCaptions

public List<StatCaptionBean> getCaptions()

setCaptions

public void setCaptions(List<StatCaptionBean> someCaptions)

compareTo

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

getSortByParameterName

public String getSortByParameterName()

getSortOrderParameterName

public String getSortOrderParameterName()


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