openfuture.bugbase.forms
Class LoginForm
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--openfuture.bugbase.forms.LoginForm
- All Implemented Interfaces:
- java.io.Serializable
- public class LoginForm
- extends org.apache.struts.action.ActionForm
Bean for login forms.
Created: Tue Jan 09 12:25:09 2001
- Version:
- $Revision: 1.3 $
- Author:
- Wolfgang Reissenberger
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
java.lang.String |
getPassword()
Get the value of password. |
java.lang.String |
getProject()
Get the value of project. |
java.lang.String |
getUserid()
Get the value of userid. |
void |
setPassword(java.lang.String v)
Set the value of password. |
void |
setProject(java.lang.String v)
Set the value of project. |
void |
setUserid(java.lang.String v)
Set the value of userid. |
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 |
LoginForm
public LoginForm()
getUserid
public java.lang.String getUserid()
- Get the value of userid.
- Returns:
- Value of userid.
setUserid
public void setUserid(java.lang.String v)
- Set the value of userid.
- Parameters:
v
- Value to assign to userid.
getPassword
public java.lang.String getPassword()
- Get the value of password.
- Returns:
- Value of password.
setPassword
public void setPassword(java.lang.String v)
- Set the value of password.
- Parameters:
v
- Value to assign to password.
getProject
public java.lang.String getProject()
- Get the value of project.
- Returns:
- Value of project.
setProject
public void setProject(java.lang.String v)
- Set the value of project.
- Parameters:
v
- Value to assign to project.
Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.