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 obj) |
String |
getClassName() |
long |
getClassPK() |
List<RelatedSearchResult<Comment>> |
getCommentRelatedSearchResults() |
List<RelatedSearchResult<FileEntry>> |
getFileEntryRelatedSearchResults() |
Summary |
getSummary() |
List<String> |
getVersions() |
int |
hashCode() |
void |
setClassName(String className)
Deprecated.
As of 7.0.0, with no direct replacement
|
void |
setClassPK(long classPK)
Deprecated.
As of 7.0.0, with no direct replacement
|
void |
setSummary(Summary summary) |
public SearchResult(String className, long classPK)
public void addVersion(String version)
public String getClassName()
public long getClassPK()
public List<RelatedSearchResult<Comment>> getCommentRelatedSearchResults()
public List<RelatedSearchResult<FileEntry>> getFileEntryRelatedSearchResults()
public Summary getSummary()
@Deprecated public void setClassName(String className)
@Deprecated public void setClassPK(long classPK)
public void setSummary(Summary summary)