com.partnersoft.v3x.apps.Staker
Class UnitCostEstimateImport

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.UnitCostEstimateImport

public class UnitCostEstimateImport
extends java.lang.Object

Importer for unit cost estimate data.


Constructor Summary
UnitCostEstimateImport()
           
 
Method Summary
 java.lang.String getDestinationFileName()
           
 java.util.ArrayList getFieldNames()
           
 boolean getSkipFirstLine()
          If true, skips the first line in the CSV (presumably it has field labels in it).
 java.lang.String getSourceFileName()
           
static void main(java.lang.String[] argv)
           
 void run()
           
 void runImp()
           
 void setDestinationFileName(java.lang.String newDestinationFileName)
           
 void setFieldNames(java.util.ArrayList newFieldNames)
           
 void setSkipFirstLine(boolean tizit)
           
 void setSourceFileName(java.lang.String newSourceFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitCostEstimateImport

public UnitCostEstimateImport()
Method Detail

main

public static void main(java.lang.String[] argv)

runImp

public void runImp()

run

public void run()
         throws java.io.IOException
Throws:
java.io.IOException

getSourceFileName

public java.lang.String getSourceFileName()

setSourceFileName

public void setSourceFileName(java.lang.String newSourceFileName)

getDestinationFileName

public java.lang.String getDestinationFileName()

setDestinationFileName

public void setDestinationFileName(java.lang.String newDestinationFileName)

getFieldNames

public java.util.ArrayList getFieldNames()

setFieldNames

public void setFieldNames(java.util.ArrayList newFieldNames)

setSkipFirstLine

public void setSkipFirstLine(boolean tizit)

getSkipFirstLine

public boolean getSkipFirstLine()
If true, skips the first line in the CSV (presumably it has field labels in it).