|
|||||||||
| Home >> All >> openfuture >> bugbase >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
openfuture.bugbase.forms
Class LoginForm

java.lang.Objectorg.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 $
| Field Summary | |
private java.lang.String |
password
|
private java.lang.String |
project
|
private java.lang.String |
userid
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
LoginForm()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
userid
private java.lang.String userid
password
private java.lang.String password
project
private java.lang.String project
| Constructor Detail |
LoginForm
public LoginForm()
| Method Detail |
getUserid
public java.lang.String getUserid()
- Get the value of userid.
setUserid
public void setUserid(java.lang.String v)
- Set the value of userid.
getPassword
public java.lang.String getPassword()
- Get the value of password.
setPassword
public void setPassword(java.lang.String v)
- Set the value of password.
getProject
public java.lang.String getProject()
- Get the value of project.
setProject
public void setProject(java.lang.String v)
- Set the value of project.
|
|||||||||
| Home >> All >> openfuture >> bugbase >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC