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

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.subscriptions.SBC_SubscriptionResult

public class SBC_SubscriptionResult
extends Object


Constructor Summary
protected SBC_SubscriptionResult(Subscription _subs, SubscriptionResult _result)
           
 
Method Summary
 void delete()
           
 String getCategory()
           
 int getContentType()
           
 String getDetailsLink()
           
 byte[] getHash()
           
 String getID()
           
 String getName()
           
 int getRank()
           
 boolean getRead()
           
 String getSeedsPeers()
           
 long getSeedsPeersSortValue()
           
 long getSize()
           
 Subscription getSubscription()
           
 long getTime()
           
 String getTorrentLink()
           
 String getVotesComments()
           
 long getVotesCommentsSortValue()
           
 void setRead(boolean read)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBC_SubscriptionResult

protected SBC_SubscriptionResult(Subscription _subs,
                                 SubscriptionResult _result)
Method Detail

getSubscription

public Subscription getSubscription()

getID

public String getID()

getName

public final String getName()

getHash

public byte[] getHash()

getContentType

public int getContentType()

getSize

public long getSize()

getSeedsPeers

public String getSeedsPeers()

getSeedsPeersSortValue

public long getSeedsPeersSortValue()

getVotesComments

public String getVotesComments()

getVotesCommentsSortValue

public long getVotesCommentsSortValue()

getRank

public int getRank()

getTorrentLink

public String getTorrentLink()

getDetailsLink

public String getDetailsLink()

getCategory

public String getCategory()

getTime

public long getTime()

getRead

public boolean getRead()

setRead

public void setRead(boolean read)

delete

public void delete()