📄 sortform.java
字号:
//Created by MyEclipse Struts// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_4.0.0/xslt/JavaClass.xslpackage com.xxfb.struts.form;import org.apache.struts.validator.ValidatorForm;/** * MyEclipse Struts * Creation date: 01-07-2008 * * XDoclet definition: * @struts.form name="loginForm" *///分类信息public class SortForm extends ValidatorForm { // --------------------------------------------------------- Instance Variables /** password property */ private String sortname; private String sorttime; /** name property */ private String sortdescribe; public String getSortdescribe() { return sortdescribe; } public void setSortdescribe(String sortdescribe) { this.sortdescribe = sortdescribe; } public String getSortname() { return sortname; } public void setSortname(String sortname) { this.sortname = sortname; } public String getSorttime() { return sorttime; } public void setSorttime(String sorttime) { this.sorttime = sorttime; } // --------------------------------------------------------- Methods /** * Returns the password. * @return String */ }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -