Added getter and setter for reportType

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2006-06-13 02:37:45 +00:00
parent d6c2de6b8c
commit 1f93e11acc
1 changed files with 8 additions and 0 deletions

View File

@ -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: ";