JAL-1668 Tab for summary config, auto refresh after config and table column sorting
[jalview.git] / src / jalview / ws / uimodel / PDBRestRequest.java
index 70dae0b..58d7aeb 100644 (file)
@@ -132,4 +132,11 @@ public class PDBRestRequest
     return fieldToSearchBy + searchTerm
             + (isAllowEmptySeq() ? "" : " AND molecule_sequence:['' TO *]");
   }
+
+  public String toString()
+  {
+    return "Query : " + getQuery() + " sort field: " + fieldToSortBy
+            + " isAsc: " + isAscending() + " Associated Seq : "
+            + associatedSequence;
+  }
 }