com.aelitis.azureus.ui.swt.subscriptions
Class SubscriptionSelectedContent

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.subscriptions.SubscriptionSelectedContent
All Implemented Interfaces:
ISelectedContent, ISelectedVuzeFileContent

public class SubscriptionSelectedContent
extends Object
implements ISelectedVuzeFileContent


Constructor Summary
protected SubscriptionSelectedContent(Subscription _subs)
           
 
Method Summary
 String getDisplayName()
           
 DownloadUrlInfo getDownloadInfo()
           
 DownloadManager getDownloadManager()
           
 int getFileIndex()
           
 String getHash()
           
 TOTorrent getTorrent()
           
 VuzeFile getVuzeFile()
           
 boolean sameAs(ISelectedContent _other)
           
 void setDisplayName(String displayName)
           
 void setDownloadInfo(DownloadUrlInfo downloadInfo)
           
 void setDownloadManager(DownloadManager dm)
           
 void setHash(String hash)
           
 void setTorrent(TOTorrent torrent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionSelectedContent

protected SubscriptionSelectedContent(Subscription _subs)
Method Detail

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