com.aelitis.azureus.core.content
Class RelatedContentManager.DownloadInfo
java.lang.Object
  
com.aelitis.azureus.core.content.RelatedContent
      
com.aelitis.azureus.core.content.RelatedContentManager.DownloadInfo
- Enclosing class:
 - RelatedContentManager
 
protected class RelatedContentManager.DownloadInfo
- extends RelatedContent
 
 
 
| 
Constructor Summary | 
protected  | 
RelatedContentManager.DownloadInfo(byte[] _related_to,
                                   byte[] _hash,
                                   String _title,
                                   int _rand,
                                   String _tracker,
                                   byte[] _tracker_keys,
                                   byte[] _ws_keys,
                                   String[] _tags,
                                   byte _nets,
                                   int _level,
                                   boolean _explicit,
                                   long _size,
                                   int _date,
                                   int _seeds_leechers,
                                   byte _cnet)
 
            | 
protected  | 
RelatedContentManager.DownloadInfo(byte[] _hash,
                                   String _title,
                                   int _rand,
                                   String _tracker,
                                   byte[] _tracker_keys,
                                   byte[] _ws_keys,
                                   String[] _tags,
                                   byte _nets,
                                   boolean _unread,
                                   int[] _rand_list,
                                   int _last_seen,
                                   int _level,
                                   long _size,
                                   int _date,
                                   int _seeds_leechers,
                                   byte _cnet,
                                   RelatedContentManager.ContentCache _cc)
 
            | 
 
 
| Methods inherited from class com.aelitis.azureus.core.content.RelatedContent | 
getChangedLocallyOn, getContentNetwork, getDateHours, getHash, getLeechers, getNetworks, getNetworksInternal, getPublishDate, getRelatedToHash, getSeeds, getSeedsLeechers, getSize, getTags, getTitle, getTracker, getTrackerKeys, getWebSeedKeys, setChangedLocallyOn, setContentNetwork, setDateHours, setNetworksInternal, setRelatedToHash, setSeedsLeechers, setTags | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RelatedContentManager.DownloadInfo
protected RelatedContentManager.DownloadInfo(byte[] _related_to,
                                             byte[] _hash,
                                             String _title,
                                             int _rand,
                                             String _tracker,
                                             byte[] _tracker_keys,
                                             byte[] _ws_keys,
                                             String[] _tags,
                                             byte _nets,
                                             int _level,
                                             boolean _explicit,
                                             long _size,
                                             int _date,
                                             int _seeds_leechers,
                                             byte _cnet)
RelatedContentManager.DownloadInfo
protected RelatedContentManager.DownloadInfo(byte[] _hash,
                                             String _title,
                                             int _rand,
                                             String _tracker,
                                             byte[] _tracker_keys,
                                             byte[] _ws_keys,
                                             String[] _tags,
                                             byte _nets,
                                             boolean _unread,
                                             int[] _rand_list,
                                             int _last_seen,
                                             int _level,
                                             long _size,
                                             int _date,
                                             int _seeds_leechers,
                                             byte _cnet,
                                             RelatedContentManager.ContentCache _cc)
addInfo
protected boolean addInfo(RelatedContentManager.DownloadInfo info)
 
getLevel
public int getLevel()
- Specified by:
 getLevel in class RelatedContent
 
 
isExplicit
protected boolean isExplicit()
 
setExplicit
protected void setExplicit(boolean b)
 
updateLastSeen
protected void updateLastSeen()
 
getRank
public int getRank()
- Specified by:
 getRank in class RelatedContent
 
 
isUnread
public boolean isUnread()
- Specified by:
 isUnread in class RelatedContent
 
 
setPublic
protected void setPublic(RelatedContentManager.ContentCache _cc)
 
getLastSeenSecs
public int getLastSeenSecs()
- Specified by:
 getLastSeenSecs in class RelatedContent
 
 
setUnreadInternal
protected void setUnreadInternal(boolean _unread)
 
setUnread
public void setUnread(boolean _unread)
- Specified by:
 setUnread in class RelatedContent
 
 
getRand
protected int getRand()
 
getRandList
protected int[] getRandList()
 
getRelatedToDownload
public Download getRelatedToDownload()
- Specified by:
 getRelatedToDownload in class RelatedContent
 
 
delete
public void delete()
- Specified by:
 delete in class RelatedContent
 
 
getString
public String getString()
- Overrides:
 getString in class RelatedContent