1 16 17 package com.jaspersoft.jasperserver.irplugin; 18 19 23 public class ControlsSet { 24 25 private RepositoryReportUnit reportUnit; 26 27 28 public ControlsSet() { 29 } 30 31 public RepositoryReportUnit getReportUnit() { 32 return reportUnit; 33 } 34 35 public void setReportUnit(RepositoryReportUnit reportUnit) { 36 this.reportUnit = reportUnit; 37 } 38 39 public String toString() 40 { 41 return "Input Controls"; 42 } 43 } 44 | Popular Tags |