|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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 OverviewPlotActionpublic String getTitle()
OverviewPlotAction
getTitle in interface OverviewPlotActionpublic String getDescription()
OverviewPlotAction
getDescription in interface OverviewPlotActionpublic PlotGenerator[] getPlotGenerators()
OverviewPlotAction
getPlotGenerators in interface OverviewPlotActionpublic void setId(String id)
public void setTitle(String title)
public void setDescription(String description)
public void setPlotGenerators(PlotGenerator[] generators)
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||