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

java.lang.Object
  extended by net.java.dev.moskito.webui.bean.DecoratorExplanationBean

public class DecoratorExplanationBean
extends Object


Field Summary
private  List<StatCaptionBean> captions
           
private  String name
           
 
Constructor Summary
DecoratorExplanationBean()
           
 
Method Summary
 List<StatCaptionBean> getCaptions()
           
 String getName()
           
 void setCaptions(List<StatCaptionBean> captions)
           
 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

DecoratorExplanationBean

public DecoratorExplanationBean()
Method Detail

getCaptions

public List<StatCaptionBean> getCaptions()

setCaptions

public void setCaptions(List<StatCaptionBean> captions)

getName

public String getName()

setName

public void setName(String name)


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