com.jakewharton.domainr.entities
Class SearchResult

java.lang.Object
  extended by com.jakewharton.domainr.entities.SearchResult
All Implemented Interfaces:
DomainrEntity, Serializable

public final class SearchResult
extends Object
implements DomainrEntity

Represents a Domainr search result.

See Also:
Serialized Form

Nested Class Summary
static class SearchResult.Error
           
static class SearchResult.Result
          Represents a single domain object in a query result.
 
Constructor Summary
SearchResult()
           
 
Method Summary
 SearchResult.Error getError()
           
 String getQuery()
           
 List<SearchResult.Result> getResults()
           
 void setError(SearchResult.Error error)
           
 void setQuery(String query)
           
 void setResults(List<SearchResult.Result> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

getResults

public List<SearchResult.Result> getResults()

setResults

public void setResults(List<SearchResult.Result> results)

getError

public SearchResult.Error getError()

setError

public void setError(SearchResult.Error error)


Copyright © 2011 Jake Wharton. All Rights Reserved.