Exposing configuration for use in upper layers
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / Pz2Interface.java
index 0e17724..ef820da 100644 (file)
@@ -204,7 +204,7 @@ public interface Pz2Interface extends Serializable {
    * @return pazpar2 'show' response object\r
    */\r
   public ShowResponse getShow();\r
-  \r
+    \r
   /**\r
    * Returns the 'stat' data as retrieved from pazpar2 by the most \r
    * recent update request\r
@@ -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