Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Class RelatedSearchResult<T>

java.lang.Object
  extended by com.liferay.portal.kernel.search.RelatedSearchResult<T>

public class RelatedSearchResult<T>
extends Object


Constructor Summary
RelatedSearchResult(T model, Summary summary)
           
 
Method Summary
 T getModel()
           
 Summary getSummary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedSearchResult

public RelatedSearchResult(T model,
                           Summary summary)
Method Detail

getModel

public T getModel()

getSummary

public Summary getSummary()

Liferay 7.0-ce-b4