com.aelitis.azureus.ui.selectedcontent
Class DownloadUrlInfo
java.lang.Object
  
com.aelitis.azureus.ui.selectedcontent.DownloadUrlInfo
- Direct Known Subclasses: 
 - DownloadUrlInfoContentNetwork, DownloadUrlInfoSWT
 
public class DownloadUrlInfo
- extends Object
 
- Author:
 
  - TuxPaper
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DownloadUrlInfo
public DownloadUrlInfo(String url)
- Parameters:
 url - 
getDownloadURL
public String getDownloadURL()
- Since:
 
  - 3.1.1.1
 
 
setDownloadURL
public void setDownloadURL(String dlURL)
- Since:
 
  - 3.1.1.1
 
 
setReferer
public void setReferer(String referer)
 
getReferer
public String getReferer()
 
getRequestProperties
public Map getRequestProperties()
- Returns:
 - Since:
 
  - 3.1.1.1
 
 
setRequestProperties
public void setRequestProperties(Map requestProperties)
- Parameters:
 requestProperties - the requestProperties to set
 
setAdditionalProperty
public void setAdditionalProperty(String key,
                                  Object value)
- Parameters:
 additionalProperties - the additionalProperties to set
 
setAdditionalProperties
public void setAdditionalProperties(Map mapToCopy)
 
getAdditionalProperties
public Map getAdditionalProperties()
- Returns:
 - the additionalProperties
 
 
sameAs
public boolean sameAs(DownloadUrlInfo other)