com.partnersoft.v3x.apps.Staker.interfaces.CADPMap
Class CADPMapSQLReportModule

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.CADPMap.CADPMapSQLReportModule
All Implemented Interfaces:
JobReportModule, java.io.Serializable

public class CADPMapSQLReportModule
extends java.lang.Object
implements JobReportModule

Generates some sort of output based on a job.

See Also:
Serialized Form

Constructor Summary
CADPMapSQLReportModule()
           
 
Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generate report output files to the given directory.
 java.lang.String getOutputFileName()
           
 java.lang.String getReportPath()
           
 void setOutputFileName(java.lang.String newName)
           
 void setReportPath(java.lang.String newReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CADPMapSQLReportModule

public CADPMapSQLReportModule()
Method Detail

generateReportFiles

public void generateReportFiles(java.io.File dir,
                                Job job)
Generate report output files to the given directory.

Specified by:
generateReportFiles in interface JobReportModule

getOutputFileName

public java.lang.String getOutputFileName()

setOutputFileName

public void setOutputFileName(java.lang.String newName)

getReportPath

public java.lang.String getReportPath()

setReportPath

public void setReportPath(java.lang.String newReport)