com.partnersoft.v3x.apps.Staker.interfaces.report
Class StakingReportModule

java.lang.Object
  extended by 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

Constructor Summary
StakingReportModule()
           
 
Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generate report output files to the given directory.
 TextReportEngine getHeaderReport()
           
 TextReportEngine getLocationReport()
           
 java.lang.String getOutputFileName()
           
 java.lang.String getStylesheetPath()
           
 TextReportEngine getUnitReport()
           
 void setHeaderReport(TextReportEngine newEngine)
           
 void setLocationReport(TextReportEngine newEngine)
           
 void setOutputFileName(java.lang.String newName)
           
 void setStylesheetPath(java.lang.String newPath)
           
 void setUnitReport(TextReportEngine newEngine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakingReportModule

public StakingReportModule()
Method Detail

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)