|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.clients.web.extensions.plot.OverviewPlotBean
public class OverviewPlotBean
A simple bean-like implementation of the OverviewPlotAction
interface.
Field Summary | |
---|---|
private String |
description
|
private PlotGenerator[] |
generators
|
private String |
id
|
private String |
title
|
Constructor Summary | |
---|---|
OverviewPlotBean()
|
Method Summary | |
---|---|
String |
getDescription()
A description of the overview plots. |
String |
getId()
The ID of the overview plots. |
PlotGenerator[] |
getPlotGenerators()
The plot generates that contains information for each image that is generated. |
String |
getTitle()
The title of the overview plots. |
void |
setDescription(String description)
|
void |
setId(String id)
|
void |
setPlotGenerators(PlotGenerator[] generators)
|
void |
setTitle(String title)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String id
private String title
private String description
private PlotGenerator[] generators
Constructor Detail |
---|
public OverviewPlotBean()
Method Detail |
---|
public String getId()
OverviewPlotAction
getId
in interface OverviewPlotAction
public String getTitle()
OverviewPlotAction
getTitle
in interface OverviewPlotAction
public String getDescription()
OverviewPlotAction
getDescription
in interface OverviewPlotAction
public PlotGenerator[] getPlotGenerators()
OverviewPlotAction
getPlotGenerators
in interface OverviewPlotAction
public void setId(String id)
public void setTitle(String title)
public void setDescription(String description)
public void setPlotGenerators(PlotGenerator[] generators)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |