com.aelitis.azureus.ui.swt.subscriptions
Class SubscriptionSelectedContent
java.lang.Object
com.aelitis.azureus.ui.swt.subscriptions.SubscriptionSelectedContent
- All Implemented Interfaces:
- ISelectedContent, ISelectedVuzeFileContent
public class SubscriptionSelectedContent
- extends Object
- implements ISelectedVuzeFileContent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionSelectedContent
protected SubscriptionSelectedContent(Subscription _subs)
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface ISelectedContent
getHash
public String getHash()
- Specified by:
getHash in interface ISelectedContent
getVuzeFile
public VuzeFile getVuzeFile()
- Specified by:
getVuzeFile in interface ISelectedVuzeFileContent
getTorrent
public TOTorrent getTorrent()
- Specified by:
getTorrent in interface ISelectedContent
setHash
public void setHash(String hash)
- Specified by:
setHash in interface ISelectedContent
getDownloadManager
public DownloadManager getDownloadManager()
- Specified by:
getDownloadManager in interface ISelectedContent
getFileIndex
public int getFileIndex()
- Specified by:
getFileIndex in interface ISelectedContent
setDownloadManager
public void setDownloadManager(DownloadManager dm)
- Specified by:
setDownloadManager in interface ISelectedContent
setTorrent
public void setTorrent(TOTorrent torrent)
- Specified by:
setTorrent in interface ISelectedContent
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName in interface ISelectedContent
getDownloadInfo
public DownloadUrlInfo getDownloadInfo()
- Specified by:
getDownloadInfo in interface ISelectedContent
setDownloadInfo
public void setDownloadInfo(DownloadUrlInfo downloadInfo)
- Specified by:
setDownloadInfo in interface ISelectedContent
sameAs
public boolean sameAs(ISelectedContent _other)
- Specified by:
sameAs in interface ISelectedContent