Commit 4549300a authored by Robert Butora's avatar Robert Butora
Browse files

picks values obs_title,bib_reference,data_rights from obscore table

parent 74ba369f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -185,9 +185,13 @@ public class DbPSearch
            obsCore.dataproduct_type  = res.getString("dataproduct_type");
            obsCore.calib_level       = res.getInt("calib_level");
            obsCore.obs_collection    = res.getString("obs_collection");
            obsCore.obs_title         = res.getString("obs_title");
            obsCore.obs_id            = res.getString("obs_id");
            obsCore.obs_publisher_did = res.getString("obs_publisher_did");

            obsCore.bib_reference = res.getString("bib_reference");
            obsCore.data_rights   = res.getString("data_rights");

            obsCore.access_url     = res.getString("access_url");
            obsCore.access_format  = res.getString("access_format");
            obsCore.access_estsize = res.getLong("access_estsize");