com.aelitis.azureus.ui.swt.subscriptions
Class SBC_SubscriptionResult
java.lang.Object
com.aelitis.azureus.ui.swt.subscriptions.SBC_SubscriptionResult
- All Implemented Interfaces:
- SearchSubsResultBase
public class SBC_SubscriptionResult
- extends Object
- implements SearchSubsResultBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBC_SubscriptionResult
protected SBC_SubscriptionResult(Subscription _subs,
SubscriptionResult _result)
updateFrom
protected void updateFrom(SubscriptionResult other)
getSubscription
public Subscription getSubscription()
getID
public String getID()
getName
public final String getName()
- Specified by:
getName
in interface SearchSubsResultBase
getHash
public byte[] getHash()
- Specified by:
getHash
in interface SearchSubsResultBase
getContentType
public int getContentType()
- Specified by:
getContentType
in interface SearchSubsResultBase
getSize
public long getSize()
- Specified by:
getSize
in interface SearchSubsResultBase
getSeedsPeers
public String getSeedsPeers()
- Specified by:
getSeedsPeers
in interface SearchSubsResultBase
getSeedsPeersSortValue
public long getSeedsPeersSortValue()
- Specified by:
getSeedsPeersSortValue
in interface SearchSubsResultBase
getVotesComments
public String getVotesComments()
- Specified by:
getVotesComments
in interface SearchSubsResultBase
getVotesCommentsSortValue
public long getVotesCommentsSortValue()
- Specified by:
getVotesCommentsSortValue
in interface SearchSubsResultBase
getRank
public int getRank()
- Specified by:
getRank
in interface SearchSubsResultBase
getTorrentLink
public String getTorrentLink()
- Specified by:
getTorrentLink
in interface SearchSubsResultBase
getDetailsLink
public String getDetailsLink()
- Specified by:
getDetailsLink
in interface SearchSubsResultBase
getCategory
public String getCategory()
- Specified by:
getCategory
in interface SearchSubsResultBase
getTime
public long getTime()
- Specified by:
getTime
in interface SearchSubsResultBase
getRead
public boolean getRead()
- Specified by:
getRead
in interface SearchSubsResultBase
setRead
public void setRead(boolean read)
- Specified by:
setRead
in interface SearchSubsResultBase
delete
public void delete()
setUserData
public void setUserData(Object key,
Object data)
- Specified by:
setUserData
in interface SearchSubsResultBase
getUserData
public Object getUserData(Object key)
- Specified by:
getUserData
in interface SearchSubsResultBase