org.apache.turbine.util.mail
Class EmailAttachment

java.lang.Object
  extended byorg.apache.turbine.util.mail.EmailAttachment

Deprecated. Use org.apache.commons.mail.EmailAttachment instead.

public class EmailAttachment
extends java.lang.Object

This class models an email attachment. Used by MultiPartEmail.

Version:
$Id: EmailAttachment.java 264148 2005-08-29 14:21:04Z henning $
Author:
Frank Y. Kim

Field Summary
static java.lang.String ATTACHMENT
          Deprecated.  
static java.lang.String INLINE
          Deprecated.  
 
Constructor Summary
EmailAttachment()
          Deprecated.  
 
Method Summary
 java.lang.String getDescription()
          Deprecated. Get the description.
 java.lang.String getDisposition()
          Deprecated. Get the disposition.
 java.lang.String getName()
          Deprecated. Get the name.
 java.lang.String getPath()
          Deprecated. Get the path.
 java.net.URL getURL()
          Deprecated. Get the URL.
 void setDescription(java.lang.String desc)
          Deprecated. Set the description.
 void setDisposition(java.lang.String disposition)
          Deprecated. Set the disposition.
 void setName(java.lang.String name)
          Deprecated. Set the name.
 void setPath(java.lang.String path)
          Deprecated. Set the path.
 void setURL(java.net.URL url)
          Deprecated. Set the URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTACHMENT

public static final java.lang.String ATTACHMENT
Deprecated. 
See Also:
Constant Field Values

INLINE

public static final java.lang.String INLINE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

EmailAttachment

public EmailAttachment()
Deprecated. 
Method Detail

getDescription

public java.lang.String getDescription()
Deprecated. 
Get the description.

Returns:
A String.

getName

public java.lang.String getName()
Deprecated. 
Get the name.

Returns:
A String.

getPath

public java.lang.String getPath()
Deprecated. 
Get the path.

Returns:
A String.

getURL

public java.net.URL getURL()
Deprecated. 
Get the URL.

Returns:
A URL.

getDisposition

public java.lang.String getDisposition()
Deprecated. 
Get the disposition.

Returns:
A String.

setDescription

public void setDescription(java.lang.String desc)
Deprecated. 
Set the description.

Parameters:
desc - A String.

setName

public void setName(java.lang.String name)
Deprecated. 
Set the name.

Parameters:
name - A String.

setPath

public void setPath(java.lang.String path)
Deprecated. 
Set the path.

Parameters:
path - A String.

setURL

public void setURL(java.net.URL url)
Deprecated. 
Set the URL.

Parameters:
url - A URL.

setDisposition

public void setDisposition(java.lang.String disposition)
Deprecated. 
Set the disposition.

Parameters:
disposition - A String.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.