org.gudy.azureus2.pluginsimpl.local.torrent
Class TorrentAnnounceURLListSetImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.torrent.TorrentAnnounceURLListSetImpl
All Implemented Interfaces:
TorrentAnnounceURLListSet

public class TorrentAnnounceURLListSetImpl
extends Object
implements TorrentAnnounceURLListSet


Field Summary
protected  TorrentAnnounceURLListImpl list
           
protected  TOTorrentAnnounceURLSet set
           
 
Constructor Summary
protected TorrentAnnounceURLListSetImpl(TorrentAnnounceURLListImpl _list, TOTorrentAnnounceURLSet _set)
           
 
Method Summary
protected  TOTorrentAnnounceURLSet getSet()
           
 URL[] getURLs()
           
 void setURLs(URL[] urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected TorrentAnnounceURLListImpl list

set

protected TOTorrentAnnounceURLSet set
Constructor Detail

TorrentAnnounceURLListSetImpl

protected TorrentAnnounceURLListSetImpl(TorrentAnnounceURLListImpl _list,
                                        TOTorrentAnnounceURLSet _set)
Method Detail

getSet

protected TOTorrentAnnounceURLSet getSet()

getURLs

public URL[] getURLs()
Specified by:
getURLs in interface TorrentAnnounceURLListSet

setURLs

public void setURLs(URL[] urls)
Specified by:
setURLs in interface TorrentAnnounceURLListSet