1 | String getReceiveQueue() {↵ | | 1 | String getYLabel() {↵
|
2 | return getPropertyAsString(RECEIVE_QUEUE);↵ | | 2 | return getPropertyAsString(RE↵
|
3 | }↵ | | |
|
|
4 | ↵ | | 3 | PORT_CHART_Y_LABEL);↵
|
| | | 4 | }↵
|
| | | 5 | ↵
|
5 | public void setReceiveQueue(String name) {↵ | | 6 | public void setYLabel(String label) {↵
|
6 | setProperty(RECEIVE_QUEUE, name);↵ | | 7 | setProperty(RE↵
|
7 | }↵ | | |
|
|
8 | ↵ | | 8 | PORT_CHART_Y_LABEL,label);↵
|
| | | 9 | }↵
|
| | | 10 | ↵
|
| | | 11 | /**↵
|
| | | 12 | * The title is a the name for the chart. A page link will↵
|
| | | 13 | * be generated using the title. The title will also be↵
|
| | | 14 | * used for a page index.↵
|
| | | 15 | * @return chart title↵
|
| | | 16 | */↵
|
9 | public String getContent() {↵ | | 17 | public String getTitle() {↵
|
10 | return getPropertyAsString(XML_DATA);↵ | | 18 | return getPropertyAsString(↵
|
11 | ↵ | | 19 | REPORT_CHART_TITLE);↵
|
12 | } | | 20 | }
|