org.gudy.azureus2.plugins.utils.search
Interface SearchResult

All Known Implementing Classes:
MetaSearchManagerImpl.SearchObject.resultWrapper

public interface SearchResult


Field Summary
static int PR_ACCURACY
           
static int PR_CATEGORY
           
static int PR_COMMENTS
           
static int PR_CONTENT_TYPE
           
static int PR_DETAILS_LINK
           
static int PR_DOWNLOAD_BUTTON_LINK
           
static int PR_DOWNLOAD_LINK
           
static int PR_DRM_KEY
           
static int PR_HASH
           
static int PR_LEECHER_COUNT
           
static int PR_NAME
           
static int PR_PLAY_LINK
           
static int PR_PRIVATE
           
static int PR_PUB_DATE
           
static int PR_RANK
           
static int PR_SEED_COUNT
           
static int PR_SIZE
           
static int PR_SUPER_SEED_COUNT
           
static int PR_TORRENT_LINK
           
static int PR_UID
           
static int PR_VERSION
           
static int PR_VOTES
           
static int PR_VOTES_DOWN
           
 
Method Summary
 Object getProperty(int property_name)
           
 

Field Detail

PR_NAME

static final int PR_NAME
See Also:
Constant Field Values

PR_PUB_DATE

static final int PR_PUB_DATE
See Also:
Constant Field Values

PR_SIZE

static final int PR_SIZE
See Also:
Constant Field Values

PR_LEECHER_COUNT

static final int PR_LEECHER_COUNT
See Also:
Constant Field Values

PR_SEED_COUNT

static final int PR_SEED_COUNT
See Also:
Constant Field Values

PR_SUPER_SEED_COUNT

static final int PR_SUPER_SEED_COUNT
See Also:
Constant Field Values

PR_CATEGORY

static final int PR_CATEGORY
See Also:
Constant Field Values

PR_COMMENTS

static final int PR_COMMENTS
See Also:
Constant Field Values

PR_VOTES

static final int PR_VOTES
See Also:
Constant Field Values

PR_CONTENT_TYPE

static final int PR_CONTENT_TYPE
See Also:
Constant Field Values

PR_DETAILS_LINK

static final int PR_DETAILS_LINK
See Also:
Constant Field Values

PR_DOWNLOAD_LINK

static final int PR_DOWNLOAD_LINK
See Also:
Constant Field Values

PR_PLAY_LINK

static final int PR_PLAY_LINK
See Also:
Constant Field Values

PR_PRIVATE

static final int PR_PRIVATE
See Also:
Constant Field Values

PR_DRM_KEY

static final int PR_DRM_KEY
See Also:
Constant Field Values

PR_DOWNLOAD_BUTTON_LINK

static final int PR_DOWNLOAD_BUTTON_LINK
See Also:
Constant Field Values

PR_RANK

static final int PR_RANK
See Also:
Constant Field Values

PR_ACCURACY

static final int PR_ACCURACY
See Also:
Constant Field Values

PR_VOTES_DOWN

static final int PR_VOTES_DOWN
See Also:
Constant Field Values

PR_UID

static final int PR_UID
See Also:
Constant Field Values

PR_HASH

static final int PR_HASH
See Also:
Constant Field Values

PR_VERSION

static final int PR_VERSION
See Also:
Constant Field Values

PR_TORRENT_LINK

static final int PR_TORRENT_LINK
See Also:
Constant Field Values
Method Detail

getProperty

Object getProperty(int property_name)