Class ImporterConfig

    • Field Detail

      • dataFileName

        protected String dataFileName
      • dateFormat

        protected String dateFormat
      • listSeparatorRegex

        protected String listSeparatorRegex
      • updateExisting

        protected boolean updateExisting
      • batchSize

        protected int batchSize
    • Constructor Detail

      • ImporterConfig

        public ImporterConfig()
    • Method Detail

      • getDataFileName

        public String getDataFileName()
      • getDateFormat

        public String getDateFormat()
      • getListSeparatorRegex

        public String getListSeparatorRegex()
      • isUpdateExisting

        public boolean isUpdateExisting()
      • getBatchSize

        public int getBatchSize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object