Package su.onno.importer
Class OnnoImportProperties
java.lang.Object
su.onno.importer.OnnoImportProperties
Configuration for generic CSV imports.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintbooleanvoidsetEnabled(boolean enabled) voidsetMaxFileBytes(long maxFileBytes) voidsetMaxRows(int maxRows) voidsetPreviewRows(int previewRows)
-
Constructor Details
-
OnnoImportProperties
public OnnoImportProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getMaxFileBytes
public long getMaxFileBytes() -
setMaxFileBytes
public void setMaxFileBytes(long maxFileBytes) -
getPreviewRows
public int getPreviewRows() -
setPreviewRows
public void setPreviewRows(int previewRows) -
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows)
-