Class OnnoImportProperties

java.lang.Object
su.onno.importer.OnnoImportProperties

@ConfigurationProperties(prefix="onno.import") public class OnnoImportProperties extends Object
Configuration for generic CSV imports.
  • 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)