com.partnersoft.v3x.apps.Staker
Class UnitCostEstimateImport
java.lang.Object
com.partnersoft.v3x.apps.Staker.UnitCostEstimateImport
public class UnitCostEstimateImport
- extends java.lang.Object
Importer for unit cost estimate data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnitCostEstimateImport
public UnitCostEstimateImport()
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).