com.aelitis.azureus.ui.selectedcontent
Interface ISelectedContent

All Known Subinterfaces:
ISelectedVuzeFileContent
All Known Implementing Classes:
SelectedContent, SelectedContentV3, SubscriptionSelectedContent

public interface ISelectedContent

Author:
TuxPaper

Method Summary
 String getDisplayName()
           
 DownloadUrlInfo getDownloadInfo()
           
 DownloadManager getDownloadManager()
           
 int getFileIndex()
           
 String getHash()
           
 TOTorrent getTorrent()
           
 boolean sameAs(ISelectedContent other)
           
 void setDisplayName(String displayName)
           
 void setDownloadInfo(DownloadUrlInfo downloadInfo)
           
 void setDownloadManager(DownloadManager dm)
           
 void setHash(String hash)
           
 void setTorrent(TOTorrent torrent)
           
 

Method Detail

getHash

String getHash()

setHash

void setHash(String hash)

getDownloadManager

DownloadManager getDownloadManager()

getFileIndex

int getFileIndex()

setDownloadManager

void setDownloadManager(DownloadManager dm)

getTorrent

TOTorrent getTorrent()

setTorrent

void setTorrent(TOTorrent torrent)

getDisplayName

String getDisplayName()

setDisplayName

void setDisplayName(String displayName)

getDownloadInfo

DownloadUrlInfo getDownloadInfo()
Since:
3.1.1.1

setDownloadInfo

void setDownloadInfo(DownloadUrlInfo downloadInfo)
Since:
3.1.1.1

sameAs

boolean sameAs(ISelectedContent other)