Class SampleImporter

    • Field Detail

      • createdColumnMapping

        protected static final PluginParameter<String> createdColumnMapping
        Column mapping parameter for the sample creation date.
      • originalQuantityColumnMapping

        protected static final PluginParameter<String> originalQuantityColumnMapping
        Column mapping parameter for the original quantity.
      • parentTypeColumnMapping

        protected static final PluginParameter<String> parentTypeColumnMapping
        Column mapping parameter for the parent type.
      • parentColumnMapping

        protected static final PluginParameter<String> parentColumnMapping
        Column mapping parameter for the parent (biosource OR sample)
      • usedQuantityColumnMapping

        protected static final PluginParameter<String> usedQuantityColumnMapping
        Column mapping parameter for the used quantity from the parent.
      • bioPlateColumnMapping

        protected static final PluginParameter<String> bioPlateColumnMapping
        Column mapping parameter for the bioplate
      • bioWellRowColumnMapping

        protected static final PluginParameter<String> bioWellRowColumnMapping
        Column mapping parameter for the biowell's row
      • bioWellColColumnMapping

        protected static final PluginParameter<String> bioWellColColumnMapping
        Column mapping parameter for the biowell's column
      • nameMapper

        private Mapper nameMapper
      • descriptionMapper

        private Mapper descriptionMapper
      • externalIdMapper

        private Mapper externalIdMapper
      • originalQuantityMapper

        private Mapper originalQuantityMapper
      • createdMapper

        private Mapper createdMapper
      • registeredMapper

        private Mapper registeredMapper
      • protocolMapper

        private Mapper protocolMapper
      • kitMapper

        private Mapper kitMapper
      • parentTypeMapper

        private Mapper parentTypeMapper
      • parentMapper

        private Mapper parentMapper
      • usedQuantityMapper

        private Mapper usedQuantityMapper
      • bioPlateMapper

        private Mapper bioPlateMapper
      • bioWellRowMapper

        private Mapper bioWellRowMapper
      • bioWellColMapper

        private Mapper bioWellColMapper
    • Constructor Detail

      • SampleImporter

        public SampleImporter()