Class GenericImporterValidateResult
java.lang.Object
ch.tocco.nice2.entityoperation.api.GenericImporterValidateResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getCount()
boolean
getError()
int
boolean
hasError()
void
setCount
(int count) void
setFileName
(String fileName) void
setFilePath
(String filePath)
-
Constructor Details
-
GenericImporterValidateResult
public GenericImporterValidateResult()
-
-
Method Details
-
hasError
public boolean hasError() -
getError
public boolean getError() -
getMessages
-
addMessage
-
getErrorLines
-
getValidLines
public int getValidLines() -
getFilePath
-
setFilePath
-
getFileName
-
setFileName
-
getCount
public int getCount() -
setCount
public void setCount(int count)
-