de.miethxml.hawron.search
Class SearchResult

java.lang.Object
  extended byde.miethxml.hawron.search.SearchResult

public class SearchResult
extends java.lang.Object

Author:
Simon Mieth

Constructor Summary
SearchResult()
           
 
Method Summary
 java.lang.String getFile()
           
 long getLength()
           
 long getModified()
           
 double getScore()
           
 void setFile(java.lang.String file)
           
 void setScore(double score)
           
 void setScore(float score)
           
 
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

getFile

public java.lang.String getFile()
Returns:
Returns the file.

setFile

public void setFile(java.lang.String file)
Parameters:
file - The file to set.

getScore

public double getScore()
Returns:
Returns the score.

setScore

public void setScore(double score)
Parameters:
score - The score to set.

setScore

public void setScore(float score)

getLength

public long getLength()

getModified

public long getModified()