E
- public static class FlatFileLoaderColumn.LinePreparation<E extends DataObject<E>>
extends java.lang.Object
Constructor and Description |
---|
LinePreparation(E payload,
boolean update) |
Modifier and Type | Method and Description |
---|---|
E |
getPayload() |
boolean |
isUpdate() |
public LinePreparation(E payload, boolean update)
payload
- the objectupdate
- true if the object should be updated, false if the object
should be createdpublic E getPayload()
public boolean isUpdate()