|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.mail.UrlAttachment
public class UrlAttachment
UrlAttachement Object
Constructor Summary | |
---|---|
UrlAttachment(java.lang.String strContentLocation,
java.net.URL urlData)
Creates a new UrlAttachement object. |
Method Summary | |
---|---|
java.lang.String |
getContentLocation()
|
java.net.URL |
getUrlData()
|
void |
setContentLocation(java.lang.String contentLocation)
set the content-location |
void |
setUrlData(java.net.URL data)
set the URL of data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlAttachment(java.lang.String strContentLocation, java.net.URL urlData)
strContentLocation
- the content locationurlData
- the url DataMethod Detail |
---|
public java.lang.String getContentLocation()
public void setContentLocation(java.lang.String contentLocation)
contentLocation
- the content-locationpublic java.net.URL getUrlData()
public void setUrlData(java.net.URL data)
data
- the URL of data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |