com.aelitis.azureus.core.subs
Interface SubscriptionResult

All Superinterfaces:
UtilitiesImpl.PluginSubscriptionResult
All Known Implementing Classes:
SubscriptionResultImpl

public interface SubscriptionResult
extends UtilitiesImpl.PluginSubscriptionResult


Method Summary
 void delete()
           
 String getDownloadLink()
           
 String getID()
           
 String getPlayLink()
           
 boolean getRead()
           
 long getTimeFound()
           
 boolean isDeleted()
           
 void setRead(boolean read)
           
 Map toJSONMap()
           
 Map<Integer,Object> toPropertyMap()
          See SearchResult properties for list
 

Method Detail

getID

String getID()

toJSONMap

Map toJSONMap()

toPropertyMap

Map<Integer,Object> toPropertyMap()
See SearchResult properties for list

Specified by:
toPropertyMap in interface UtilitiesImpl.PluginSubscriptionResult
Returns:

getDownloadLink

String getDownloadLink()

getPlayLink

String getPlayLink()

getTimeFound

long getTimeFound()

setRead

void setRead(boolean read)
Specified by:
setRead in interface UtilitiesImpl.PluginSubscriptionResult

getRead

boolean getRead()
Specified by:
getRead in interface UtilitiesImpl.PluginSubscriptionResult

delete

void delete()

isDeleted

boolean isDeleted()