global class SearchContext { global String searchPhrase; global List tableSelections; global SearchContext(List metadata, Integer offset, Integer maxResults, List tableSelections, String searchPhrase) { } global SearchContext() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } }