| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--openfuture.bugbase.forms.SendMailForm
Form bean for sending emails.
Created: Mon Mar 05 08:06:54 2001
| Fields inherited from class org.apache.struts.action.ActionForm | 
| multipartRequestHandler, servlet | 
| Constructor Summary | |
| SendMailForm()Creates a new empty SendMailForminstance. | |
| SendMailForm(java.lang.String destination,
             java.lang.String subject,
             java.lang.String body)Creates a new SendMailForminstance. | |
| 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 | 
public SendMailForm()
SendMailForm instance.
public SendMailForm(java.lang.String destination,
                    java.lang.String subject,
                    java.lang.String body)
SendMailForm instance.destination - destination email addresssubject - mail subjectbody - mail body| Method Detail | 
public java.lang.String getBody()
public void setBody(java.lang.String v)
v - Value to assign to body.public java.lang.String getSubject()
public void setSubject(java.lang.String v)
v - Value to assign to subject.public java.lang.String getDestination()
public void setDestination(java.lang.String v)
v - Value to assign to destination.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||