Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.publication.form
Class NewsletterEmailForm  view NewsletterEmailForm download NewsletterEmailForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.RuntimeCollective.publication.form.NewsletterEmailForm
All Implemented Interfaces:
java.io.Serializable

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

Form to send one newsletter to an email address.

Version:
$Id: NewsletterEmailForm.java,v 1.3 2003/09/30 15:12:52 joe Exp $

Field Summary
protected  java.lang.String emailAddress
          The email address to send to
protected  java.lang.String id
          The id of the newsletter
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewsletterEmailForm()
           
 
Method Summary
 java.lang.String getEmailAddress()
           
 java.lang.String getId()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to their default values.
 void setEmailAddress(java.lang.String name)
           
 void setId(java.lang.String loc)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Validate field entries
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailAddress

protected java.lang.String emailAddress
The email address to send to


id

protected java.lang.String id
The id of the newsletter

Constructor Detail

NewsletterEmailForm

public NewsletterEmailForm()
Method Detail

getEmailAddress

public java.lang.String getEmailAddress()

setEmailAddress

public void setEmailAddress(java.lang.String name)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String loc)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values.


validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Validate field entries