wt.step.processor
Class ImportTestHarness.AppData

java.lang.Object
  extended bywt.step.processor.ImportTestHarness.Entity
      extended bywt.step.processor.ImportTestHarness.AppData
Enclosing class:
ImportTestHarness

protected class ImportTestHarness.AppData
extends ImportTestHarness.Entity


Field Summary
private  String _filename
           
 
Fields inherited from class wt.step.processor.ImportTestHarness.Entity
_attributes, _index, _name, _subEntities
 
Constructor Summary
(package private) ImportTestHarness.AppData(ImportTestHarness.Doc parentDoc, String filename)
           
 
Methods inherited from class wt.step.processor.ImportTestHarness.Entity
addSubEntity, dollarComma, getAttributeLine, getEntityNumber, setAttributeLine, toString, writeStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_filename

private String _filename
Constructor Detail

ImportTestHarness.AppData

ImportTestHarness.AppData(ImportTestHarness.Doc parentDoc,
                          String filename)