Ammends record command logic
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / Pz2Interface.java
index 55a5a3a..ef820da 100644 (file)
@@ -332,5 +332,9 @@ public interface Pz2Interface extends Serializable {
    * @return\r
    */\r
   public List<ErrorInterface> getConfigurationErrors();\r
+\r
+  void setRecordId(String recId);\r
+\r
+  String getRecordId();\r
      \r
 }\r