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

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

public class DXFModule
extends java.lang.Object
implements JobReportModule

An JobReportModule that generates DXF "reports"..

See Also:
Serialized Form

Constructor Summary
DXFModule()
           
 
Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generates a DXF file for the given job.
 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

DXFModule

public DXFModule()
Method Detail

generateReportFiles

public void generateReportFiles(java.io.File dir,
                                Job job)
Generates a DXF file for the given job.

Specified by:
generateReportFiles in interface JobReportModule

setOutputFileName

public void setOutputFileName(java.lang.String newName)

getOutputFileName

public java.lang.String getOutputFileName()