openfuture.bugbase.forms
Class SendMailForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--openfuture.bugbase.forms.SendMailForm
All Implemented Interfaces:
java.io.Serializable

public class SendMailForm
extends org.apache.struts.action.ActionForm

Form bean for sending emails.

Created: Mon Mar 05 08:06:54 2001

Version:
$Revision: 1.3 $
Author:
Wolfgang Reissenberger
See Also:
Serialized Form

Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SendMailForm()
          Creates a new empty SendMailForm instance.
SendMailForm(java.lang.String destination, java.lang.String subject, java.lang.String body)
          Creates a new SendMailForm instance.
 
Method Summary
 java.lang.String getBody()
          Get the value of body.
 java.lang.String getDestination()
          Get the value of destination.
 java.lang.String getSubject()
          Get the value of subject.
 void setBody(java.lang.String v)
          Set the value of body.
 void setDestination(java.lang.String v)
          Set the value of destination.
 void setSubject(java.lang.String v)
          Set the value of subject.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMailForm

public SendMailForm()
Creates a new empty SendMailForm instance.

SendMailForm

public SendMailForm(java.lang.String destination,
                    java.lang.String subject,
                    java.lang.String body)
Creates a new SendMailForm instance.
Parameters:
destination - destination email address
subject - mail subject
body - mail body
Method Detail

getBody

public java.lang.String getBody()
Get the value of body.
Returns:
value of body.

setBody

public void setBody(java.lang.String v)
Set the value of body.
Parameters:
v - Value to assign to body.

getSubject

public java.lang.String getSubject()
Get the value of subject.
Returns:
value of subject.

setSubject

public void setSubject(java.lang.String v)
Set the value of subject.
Parameters:
v - Value to assign to subject.

getDestination

public java.lang.String getDestination()
Get the value of destination.
Returns:
value of destination.

setDestination

public void setDestination(java.lang.String v)
Set the value of destination.
Parameters:
v - Value to assign to destination.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.