fr.paris.lutece.util.mail
Class UrlAttachment

java.lang.Object
  extended by fr.paris.lutece.util.mail.UrlAttachment
All Implemented Interfaces:
java.io.Serializable

public class UrlAttachment
extends java.lang.Object
implements java.io.Serializable

UrlAttachement Object

See Also:
Serialized Form

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

UrlAttachment

public UrlAttachment(java.lang.String strContentLocation,
                     java.net.URL urlData)
Creates a new UrlAttachement object.

Parameters:
strContentLocation - the content location
urlData - the url Data
Method Detail

getContentLocation

public java.lang.String getContentLocation()
Returns:
the content-location

setContentLocation

public void setContentLocation(java.lang.String contentLocation)
set the content-location

Parameters:
contentLocation - the content-location

getUrlData

public java.net.URL getUrlData()
Returns:
the URL of data

setUrlData

public void setUrlData(java.net.URL data)
set the URL of data

Parameters:
data - the URL of data


Copyright © 2011 Mairie de Paris. All Rights Reserved.