com.partnersoft.v3x.apps.Staker.interfaces.multispeak
Class MultiSpeakGISExport

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

public class MultiSpeakGISExport
extends java.lang.Object
implements JobReportModule

A JobReportModule that horks up a MultiSpeak GIS XML file.

See Also:
Serialized Form

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

Constructor Detail

MultiSpeakGISExport

public MultiSpeakGISExport()
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)