E
- the data object on which the loader will actpublic abstract class FlatFileLoaderSupplement<E extends DataObject<E> & UniqueidentifiedInterface<E>>
extends java.lang.Object
Constructor and Description |
---|
FlatFileLoaderSupplement() |
Modifier and Type | Method and Description |
---|---|
abstract FlatFileLoaderColumn.LinePreparationExtra<E> |
getSupplement()
Allows the loader supplement to specify a criteria for selecting objects.
|
protected abstract void |
initializeNewObject(E objectforprocessing) |
public abstract FlatFileLoaderColumn.LinePreparationExtra<E> getSupplement()
protected abstract void initializeNewObject(E objectforprocessing)
objectforprocessing
- object to process. The object has just been
initialized as a blank.