Package com.biglybt.ui.swt.subscriptions
Class SubscriptionSelectedContent
java.lang.Object
com.biglybt.ui.swt.subscriptions.SubscriptionSelectedContent
- All Implemented Interfaces:
ISelectedContent
,ISelectedVuzeFileContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getHash()
boolean
sameAs
(ISelectedContent _other) void
setDisplayName
(String displayName) void
void
void
setTorrent
(TOTorrent torrent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.selectedcontent.ISelectedContent
getString
-
Field Details
-
subs
-
torrent
-
-
Constructor Details
-
SubscriptionSelectedContent
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceISelectedContent
-
getHash
- Specified by:
getHash
in interfaceISelectedContent
-
getVuzeFile
- Specified by:
getVuzeFile
in interfaceISelectedVuzeFileContent
-
getTorrent
- Specified by:
getTorrent
in interfaceISelectedContent
-
setHash
- Specified by:
setHash
in interfaceISelectedContent
-
getDownloadManager
- Specified by:
getDownloadManager
in interfaceISelectedContent
-
getFileIndex
public int getFileIndex()- Specified by:
getFileIndex
in interfaceISelectedContent
-
setDownloadManager
- Specified by:
setDownloadManager
in interfaceISelectedContent
-
setTorrent
- Specified by:
setTorrent
in interfaceISelectedContent
-
setDisplayName
- Specified by:
setDisplayName
in interfaceISelectedContent
-
getDownloadInfo
- Specified by:
getDownloadInfo
in interfaceISelectedContent
-
sameAs
- Specified by:
sameAs
in interfaceISelectedContent
-