Liferay 6.0.5

com.liferay.portal.kernel.dao.search
Class ScoreSearchEntry

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchEntry
      extended by com.liferay.portal.kernel.dao.search.ScoreSearchEntry
All Implemented Interfaces:
Cloneable

public class ScoreSearchEntry
extends SearchEntry


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.search.SearchEntry
DEFAULT_ALIGN, DEFAULT_COLSPAN, DEFAULT_VALIGN
 
Constructor Summary
ScoreSearchEntry(float score)
           
 
Method Summary
 Object clone()
           
 float getScore()
           
 void print(javax.servlet.jsp.PageContext pageContext)
           
 void setScore(float score)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.SearchEntry
getAlign, getColspan, getIndex, getValign, setAlign, setColspan, setIndex, setValign
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoreSearchEntry

public ScoreSearchEntry(float score)
Method Detail

getScore

public float getScore()

setScore

public void setScore(float score)

print

public void print(javax.servlet.jsp.PageContext pageContext)
           throws Exception
Specified by:
print in class SearchEntry
Throws:
Exception

clone

public Object clone()
Overrides:
clone in class Object

Liferay 6.0.5