com.partnersoft.v3x.apps.Staker.interfaces.report
Class StakingReportModule
java.lang.Object
com.partnersoft.v3x.apps.Staker.interfaces.report.StakingReportModule
- All Implemented Interfaces:
- JobReportModule, java.io.Serializable
public class StakingReportModule
- extends java.lang.Object
- implements JobReportModule
A job report that lists staked materials by location.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StakingReportModule
public StakingReportModule()
generateReportFiles
public void generateReportFiles(java.io.File dir,
Job job)
- Description copied from interface:
JobReportModule
- Generate report output files to the given directory.
- Specified by:
generateReportFiles in interface JobReportModule
getHeaderReport
public TextReportEngine getHeaderReport()
setHeaderReport
public void setHeaderReport(TextReportEngine newEngine)
getLocationReport
public TextReportEngine getLocationReport()
setLocationReport
public void setLocationReport(TextReportEngine newEngine)
getUnitReport
public TextReportEngine getUnitReport()
setUnitReport
public void setUnitReport(TextReportEngine newEngine)
getOutputFileName
public java.lang.String getOutputFileName()
setOutputFileName
public void setOutputFileName(java.lang.String newName)
getStylesheetPath
public java.lang.String getStylesheetPath()
setStylesheetPath
public void setStylesheetPath(java.lang.String newPath)