📄 exampaperform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package web.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 01-23-2008
*
* XDoclet definition:
* @struts.form name="exampaperForm"
*/
public class ExampaperForm extends ActionForm
{
/*
* Generated fields
*/
/** schoicepoint property */
private String schoicepoint;
/** type property */
private String type;
/** totalpoint property */
private String totalpoint;
/** examlevel property */
private String examlevel;
/** mchoicenum property */
private String mchoicenum;
/** schoicenum property */
private String schoicenum;
/** style property */
private String style;
/** name property */
private String name;
/** judgenum property */
private String judgenum;
/** mchoicepoint property */
private String mchoicepoint;
/** totalque property */
private String totalque;
/** judgepoint property */
private String judgepoint;
private String time;
/*
* Generated Methods
*/
public String getTime()
{
return time;
}
public void setTime(String time)
{
this.time = time;
}
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
{
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request)
{
// TODO Auto-generated method stub
}
/**
* Returns the schoicepoint.
* @return String
*/
public String getSchoicepoint()
{
return schoicepoint;
}
/**
* Set the schoicepoint.
* @param schoicepoint The schoicepoint to set
*/
public void setSchoicepoint(String schoicepoint)
{
this.schoicepoint = schoicepoint;
}
/**
* Returns the type.
* @return String
*/
public String getType()
{
return type;
}
/**
* Set the type.
* @param type The type to set
*/
public void setType(String type)
{
this.type = type;
}
/**
* Returns the totalpoint.
* @return String
*/
public String getTotalpoint()
{
return totalpoint;
}
/**
* Set the totalpoint.
* @param totalpoint The totalpoint to set
*/
public void setTotalpoint(String totalpoint)
{
this.totalpoint = totalpoint;
}
/**
* Returns the examlevel.
* @return String
*/
public String getExamlevel()
{
return examlevel;
}
/**
* Set the examlevel.
* @param examlevel The examlevel to set
*/
public void setExamlevel(String examlevel)
{
this.examlevel = examlevel;
}
/**
* Returns the mchoicenum.
* @return String
*/
public String getMchoicenum()
{
return mchoicenum;
}
/**
* Set the mchoicenum.
* @param mchoicenum The mchoicenum to set
*/
public void setMchoicenum(String mchoicenum)
{
this.mchoicenum = mchoicenum;
}
/**
* Returns the schoicenum.
* @return String
*/
public String getSchoicenum()
{
return schoicenum;
}
/**
* Set the schoicenum.
* @param schoicenum The schoicenum to set
*/
public void setSchoicenum(String schoicenum)
{
this.schoicenum = schoicenum;
}
/**
* Returns the style.
* @return String
*/
public String getStyle()
{
return style;
}
/**
* Set the style.
* @param style The style to set
*/
public void setStyle(String style)
{
this.style = style;
}
/**
* Returns the name.
* @return String
*/
public String getName()
{
return name;
}
/**
* Set the name.
* @param name The name to set
*/
public void setName(String name)
{
this.name = name;
}
/**
* Returns the judgenum.
* @return String
*/
public String getJudgenum()
{
return judgenum;
}
/**
* Set the judgenum.
* @param judgenum The judgenum to set
*/
public void setJudgenum(String judgenum)
{
this.judgenum = judgenum;
}
/**
* Returns the mchoicepoint.
* @return String
*/
public String getMchoicepoint()
{
return mchoicepoint;
}
/**
* Set the mchoicepoint.
* @param mchoicepoint The mchoicepoint to set
*/
public void setMchoicepoint(String mchoicepoint)
{
this.mchoicepoint = mchoicepoint;
}
/**
* Returns the totalque.
* @return String
*/
public String getTotalque()
{
return totalque;
}
/**
* Set the totalque.
* @param totalque The totalque to set
*/
public void setTotalque(String totalque)
{
this.totalque = totalque;
}
/**
* Returns the judgepoint.
* @return String
*/
public String getJudgepoint()
{
return judgepoint;
}
/**
* Set the judgepoint.
* @param judgepoint The judgepoint to set
*/
public void setJudgepoint(String judgepoint)
{
this.judgepoint = judgepoint;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -