📄 techersapplyform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package ssl.struts.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: 09-05-2007
*
* XDoclet definition:
* @struts.form name="techersApplyForm"
*/
public class TechersApplyForm extends ActionForm {
/*
* Generated fields
*/
/** period property */
private String period;
/** courseName property */
private String courseName;
/** coursePro property */
private String coursePro;
/** weekday property */
private String weekday;
/** yearl property */
private String yearl;
/** expEnvironment property */
private String expEnvironment;
/** yearh property */
private String yearh;
/** week property */
private String week;
/** periodSeql property */
private String periodSeql;
/** expName property */
private String expName;
/** term property */
private String term;
/** periodSeqh property */
private String periodSeqh;
/** techer property */
private String techer;
/** population property */
private String population;
/** classes property */
private String classes;
/*
* Generated Methods
*/
/**
* 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 period.
* @return String
*/
public String getPeriod() {
return period;
}
/**
* Set the period.
* @param period The period to set
*/
public void setPeriod(String period) {
this.period = period;
}
/**
* Returns the courseName.
* @return String
*/
public String getCourseName() {
return courseName;
}
/**
* Set the courseName.
* @param courseName The courseName to set
*/
public void setCourseName(String courseName) {
this.courseName = courseName;
}
/**
* Returns the coursePro.
* @return String
*/
public String getCoursePro() {
return coursePro;
}
/**
* Set the coursePro.
* @param coursePro The coursePro to set
*/
public void setCoursePro(String coursePro) {
this.coursePro = coursePro;
}
/**
* Returns the weekday.
* @return String
*/
public String getWeekday() {
return weekday;
}
/**
* Set the weekday.
* @param weekday The weekday to set
*/
public void setWeekday(String weekday) {
this.weekday = weekday;
}
/**
* Returns the yearl.
* @return String
*/
public String getYearl() {
return yearl;
}
/**
* Set the yearl.
* @param yearl The yearl to set
*/
public void setYearl(String yearl) {
this.yearl = yearl;
}
/**
* Returns the expEnvironment.
* @return String
*/
public String getExpEnvironment() {
return expEnvironment;
}
/**
* Set the expEnvironment.
* @param expEnvironment The expEnvironment to set
*/
public void setExpEnvironment(String expEnvironment) {
this.expEnvironment = expEnvironment;
}
/**
* Returns the yearh.
* @return String
*/
public String getYearh() {
return yearh;
}
/**
* Set the yearh.
* @param yearh The yearh to set
*/
public void setYearh(String yearh) {
this.yearh = yearh;
}
/**
* Returns the week.
* @return String
*/
public String getWeek() {
return week;
}
/**
* Set the week.
* @param week The week to set
*/
public void setWeek(String week) {
this.week = week;
}
/**
* Returns the periodSeql.
* @return String
*/
public String getPeriodSeql() {
return periodSeql;
}
/**
* Set the periodSeql.
* @param periodSeql The periodSeql to set
*/
public void setPeriodSeql(String periodSeql) {
this.periodSeql = periodSeql;
}
/**
* Returns the expName.
* @return String
*/
public String getExpName() {
return expName;
}
/**
* Set the expName.
* @param expName The expName to set
*/
public void setExpName(String expName) {
this.expName = expName;
}
/**
* Returns the term.
* @return String
*/
public String getTerm() {
return term;
}
/**
* Set the term.
* @param term The term to set
*/
public void setTerm(String term) {
this.term = term;
}
/**
* Returns the periodSeqh.
* @return String
*/
public String getPeriodSeqh() {
return periodSeqh;
}
/**
* Set the periodSeqh.
* @param periodSeqh The periodSeqh to set
*/
public void setPeriodSeqh(String periodSeqh) {
this.periodSeqh = periodSeqh;
}
/**
* Returns the techer.
* @return String
*/
public String getTecher() {
return techer;
}
/**
* Set the techer.
* @param techer The techer to set
*/
public void setTecher(String techer) {
this.techer = techer;
}
/**
* Returns the population.
* @return String
*/
public String getPopulation() {
return population;
}
/**
* Set the population.
* @param population The population to set
*/
public void setPopulation(String population) {
this.population = population;
}
/**
* Returns the classes.
* @return String
*/
public String getClasses() {
return classes;
}
/**
* Set the classes.
* @param classes The classes to set
*/
public void setClasses(String classes) {
this.classes = classes;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -