Class SBC_SearchResult
java.lang.Object
com.biglybt.ui.swt.search.SBC_SearchResult
- All Implemented Interfaces:
SearchSubsResultBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final Engineprivate final intprivate final Resultprivate final intprivate final Stringprivate final longprivate LightHashMap<Object, Object> private final SBC_SearchResultsViewprivate final Stringprivate final long -
Constructor Summary
ConstructorsConstructorDescriptionSBC_SearchResult(SBC_SearchResultsView _view, Engine _engine, Result _result) -
Method Summary
-
Field Details
-
view
-
engine
-
result
-
content_type
private final int content_type -
seeds_peers
-
seeds_peers_sort
private final long seeds_peers_sort -
seed_count
private final int seed_count -
peer_count
private final int peer_count -
completed_count
private final int completed_count -
votes_comments_sort
private final long votes_comments_sort -
votes_comments
-
user_data
-
-
Constructor Details
-
SBC_SearchResult
-
-
Method Details
-
getEngine
-
getID
- Specified by:
getIDin interfaceSearchSubsResultBase
-
getName
- Specified by:
getNamein interfaceSearchSubsResultBase
-
getHash
public byte[] getHash()- Specified by:
getHashin interfaceSearchSubsResultBase
-
getContentType
public int getContentType()- Specified by:
getContentTypein interfaceSearchSubsResultBase
-
getSize
public long getSize()- Specified by:
getSizein interfaceSearchSubsResultBase
-
getNbSeeds
public int getNbSeeds()- Specified by:
getNbSeedsin interfaceSearchSubsResultBase
-
getNbPeers
public int getNbPeers()- Specified by:
getNbPeersin interfaceSearchSubsResultBase
-
getSeedsPeers
- Specified by:
getSeedsPeersin interfaceSearchSubsResultBase
-
getSeedsPeersSortValue
public long getSeedsPeersSortValue()- Specified by:
getSeedsPeersSortValuein interfaceSearchSubsResultBase
-
getNbCompleted
public int getNbCompleted()- Specified by:
getNbCompletedin interfaceSearchSubsResultBase
-
getVotesComments
- Specified by:
getVotesCommentsin interfaceSearchSubsResultBase
-
getVotesCommentsSortValue
public long getVotesCommentsSortValue()- Specified by:
getVotesCommentsSortValuein interfaceSearchSubsResultBase
-
getRank
public int getRank()- Specified by:
getRankin interfaceSearchSubsResultBase
-
getTorrentLink
- Specified by:
getTorrentLinkin interfaceSearchSubsResultBase
-
getDetailsLink
- Specified by:
getDetailsLinkin interfaceSearchSubsResultBase
-
getCategory
- Specified by:
getCategoryin interfaceSearchSubsResultBase
-
getTags
- Specified by:
getTagsin interfaceSearchSubsResultBase
-
getDescription
- Specified by:
getDescriptionin interfaceSearchSubsResultBase
-
getTime
public long getTime()- Specified by:
getTimein interfaceSearchSubsResultBase
-
getAssetDate
public long getAssetDate()- Specified by:
getAssetDatein interfaceSearchSubsResultBase
-
getIcon
-
getRead
public boolean getRead()- Specified by:
getReadin interfaceSearchSubsResultBase
-
setRead
public void setRead(boolean read) - Specified by:
setReadin interfaceSearchSubsResultBase
-
setUserData
- Specified by:
setUserDatain interfaceSearchSubsResultBase
-
getUserData
- Specified by:
getUserDatain interfaceSearchSubsResultBase
-