?? studentform.java
字號:
package com.qrsx.exam.struts.form;
/**
* Generated by XDoclet/actionform. This class can be further processed with XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml.
*
* @struts.form name="studentForm"
*/
public class StudentForm
extends com.qrsx.exam.struts.form.UserForm
implements java.io.Serializable
{
protected java.lang.String fullname;
/** Default empty constructor. */
public StudentForm() {}
public java.lang.String getFullname()
{
return this.fullname;
}
/**
*/
public void setFullname( java.lang.String fullname )
{
this.fullname = fullname;
}
/**
* @see org.apache.struts.action.ActionForm#reset(org.apache.struts.action.ActionMapping,
* javax.servlet.http.HttpServletRequest)
*/
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) {
// reset any boolean data types to false
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -