From 1f93e11accb39972aee8563183d9680ba75f9595 Mon Sep 17 00:00:00 2001 From: "Adrian T. Co" Date: Tue, 13 Jun 2006 02:37:45 +0000 Subject: [PATCH] Added getter and setter for reportType git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413790 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/activemq/tool/JmsClientSystemSupport.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/JmsClientSystemSupport.java b/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/JmsClientSystemSupport.java index 2784f6c6da..c95f2f6c02 100644 --- a/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/JmsClientSystemSupport.java +++ b/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/JmsClientSystemSupport.java @@ -187,6 +187,14 @@ public abstract class JmsClientSystemSupport { this.reportName = reportName; } + public String getReportType() { + return reportType; + } + + public void setReportType(String reportType) { + this.reportType = reportType; + } + public String getClientName() { if (clientName == null) { return "JMS Client: ";