flux.notification
Class MailTrigger.Mail_Attachment

java.lang.Object
  extended by flux.notification.MailTrigger.MailAttachment
      extended by flux.notification.MailTrigger.Mail_Attachment
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
MailTrigger

Deprecated. Use MailAttachment instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.

public static class MailTrigger.Mail_Attachment
extends MailTrigger.MailAttachment
implements java.lang.Cloneable, java.io.Serializable

Represents a file attachment to an email message.

See Also:
Serialized Form

Field Summary
 byte[] body
          Deprecated. The body of the file attachment.
 java.lang.String filename
          Deprecated. The name of the file attachment.
 
Constructor Summary
MailTrigger.Mail_Attachment()
          Deprecated. Creates a new mail attachment variable with default values.
MailTrigger.Mail_Attachment(java.lang.String filename, byte[] body)
          Deprecated. Creates a new mail attachment variable with the specified values.
 
Method Summary
 java.lang.Object clone()
          Deprecated. Clones the mail attachment variable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

public transient byte[] body
Deprecated. 
The body of the file attachment.


filename

public java.lang.String filename
Deprecated. 
The name of the file attachment.

Constructor Detail

MailTrigger.Mail_Attachment

public MailTrigger.Mail_Attachment()
Deprecated. 
Creates a new mail attachment variable with default values.


MailTrigger.Mail_Attachment

public MailTrigger.Mail_Attachment(java.lang.String filename,
                                   byte[] body)
Deprecated. 
Creates a new mail attachment variable with the specified values.

Parameters:
filename - The name of the file attachment.
body - The body of the file attachment.
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Clones the mail attachment variable.

Overrides:
clone in class java.lang.Object
Returns:
A clone of the mail attachment variable.
Throws:
java.lang.CloneNotSupportedException - Should not be thrown.


© 2014 Flux Corporation. All rights reserved.