openfuture.bugbase.forms
Class SelectLanguageForm

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

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

Bean containing a language selection.

Created: Mon Jan 08 18:32:00 2001

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

Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SelectLanguageForm()
           
 
Method Summary
 java.lang.String getLocale()
          Get the value of locale.
 void setLocale(java.lang.String v)
          Set the value of locale.
 
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

SelectLanguageForm

public SelectLanguageForm()
Method Detail

getLocale

public java.lang.String getLocale()
Get the value of locale.
Returns:
value of locale.

setLocale

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


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