public class SearchResult
extends Object
| Constructor and Description |
|---|
SearchResult(String className,
long classPK) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(Comment comment,
Summary summary) |
void |
addFileEntry(FileEntry fileEntry,
Summary summary) |
void |
addVersion(String version) |
boolean |
equals(Object object) |
String |
getClassName() |
long |
getClassPK() |
List<RelatedSearchResult<Comment>> |
getCommentRelatedSearchResults() |
List<RelatedSearchResult<FileEntry>> |
getFileEntryRelatedSearchResults() |
Summary |
getSummary() |
List<String> |
getVersions() |
int |
hashCode() |
void |
setSummary(Summary summary) |
public void addVersion(String version)
public boolean equals(Object object)
equals in class Objectpublic String getClassName()
public long getClassPK()
public List<RelatedSearchResult<Comment>> getCommentRelatedSearchResults()
public List<RelatedSearchResult<FileEntry>> getFileEntryRelatedSearchResults()
public Summary getSummary()
public List<String> getVersions()
public int hashCode()
hashCode in class Objectpublic void setSummary(Summary summary)