com.atlassian.jira.web.action.issue
Class SearchResultsInfo

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.SearchResultsInfo

@Internal
public class SearchResultsInfo
extends Object

Value container for search results helper

Since:
v5.2

Field Summary
protected  SearchResults searchResults
           
protected  Long selectedIssueId
           
 
Constructor Summary
SearchResultsInfo()
           
 
Method Summary
 SearchResults getSearchResults()
           
 Long getSelectedIssueId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchResults

protected SearchResults searchResults

selectedIssueId

protected Long selectedIssueId
Constructor Detail

SearchResultsInfo

public SearchResultsInfo()
Method Detail

getSearchResults

public SearchResults getSearchResults()

getSelectedIssueId

public Long getSelectedIssueId()


Copyright © 2002-2013 Atlassian. All Rights Reserved.