public class ImportLineError extends Object
Constructor and Description |
---|
ImportLineError() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Retrieves the error code
|
String |
getLineContent()
Retrieves the line original content
|
long |
getLineNb()
Retrieves the number of the line which failed to be imported
|
void |
setErrorCode(String errorCode)
Sets the error code
|
void |
setLineContent(String lineContent)
Sets the line content
|
void |
setLineNb(long lineNb)
Sets the number of the line which failed to be imported
|
public long getLineNb()
public void setLineNb(long lineNb)
lineNb
- new value for lineNbpublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode
- new value for errorCodepublic String getLineContent()
public void setLineContent(String lineContent)
lineContent
- cd per new value for lineContentCopyright © 2014–2023 Apache Software Foundation. All rights reserved.