@Deprecated public class ImportRow<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected E |
bean
Deprecated.
Current bean loaded by the import tool for the current row.
|
protected Set<AbstractImportErrorInfo<E>> |
errors
Deprecated.
Errors found while loading the row into the bean.
|
protected long |
lineNumber
Deprecated.
Current line number.
|
protected boolean |
next
Deprecated.
|
| Constructor and Description |
|---|
ImportRow()
Deprecated.
|
ImportRow(ImportRow<E> row)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(AbstractImportErrorInfo<E> error)
Deprecated.
|
E |
getBean()
Deprecated.
|
Set<AbstractImportErrorInfo<E>> |
getErrors()
Deprecated.
|
long |
getLineNumber()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
boolean |
isValid()
Deprecated.
|
void |
prepareNextRow(E bean)
Deprecated.
|
void |
setLineNumber(long lineNumber)
Deprecated.
|
void |
setNext(boolean next)
Deprecated.
|
protected long lineNumber
protected E bean
protected Set<AbstractImportErrorInfo<E>> errors
protected boolean next
public long getLineNumber()
public E getBean()
public Set<AbstractImportErrorInfo<E>> getErrors()
public boolean isValid()
public boolean hasNext()
public void setNext(boolean next)
public void setLineNumber(long lineNumber)
public void addError(AbstractImportErrorInfo<E> error)
public void prepareNextRow(E bean)
Copyright © 2011-2013 CodeLutin. All Rights Reserved.