add accessor to search hash

This commit is contained in:
Ken Stevens 2019-08-24 14:10:17 -04:00
parent c564052b15
commit 2dc70c92f1
1 changed files with 4 additions and 0 deletions

View File

@ -319,4 +319,8 @@ public class Search implements ICachedSearchDetails, Serializable {
public void setCannotBeReused() {
mySearchQueryStringHash = null;
}
public Integer getSearchQueryStringHash() {
return mySearchQueryStringHash;
}
}