com.jaspersoft.jasperserver.export.modules.scheduling.beans
Class ReportJobSourceBean

java.lang.Object
  extended by com.jaspersoft.jasperserver.export.modules.scheduling.beans.ReportJobSourceBean

public class ReportJobSourceBean
extends java.lang.Object

Version:
$Id: ReportJobSourceBean.java 8408 2007-05-29 23:29:12Z melih $
Author:
tkavanagh

Constructor Summary
ReportJobSourceBean()
           
 
Method Summary
 void copyFrom(ReportJobSource src)
           
 void copyTo(ReportJobSource src)
           
 java.util.Map getParameters()
           
 java.lang.String getReportUnitURI()
           
 void setParameters(java.util.Map parameters)
           
 void setReportUnitURI(java.lang.String reportUnitURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportJobSourceBean

public ReportJobSourceBean()
Method Detail

copyFrom

public void copyFrom(ReportJobSource src)

copyTo

public void copyTo(ReportJobSource src)

getReportUnitURI

public java.lang.String getReportUnitURI()

setReportUnitURI

public void setReportUnitURI(java.lang.String reportUnitURI)

getParameters

public java.util.Map getParameters()

setParameters

public void setParameters(java.util.Map parameters)


Copyright © 2007. All Rights Reserved.