📄 hideform.java
字号:
//Created by MyEclipse Struts// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/xslt/JavaClass.xslpackage com.ascent.struts.form;import org.apache.struts.action.ActionForm;/** * MyEclipse Struts * Creation date: 09-02-2005 * * XDoclet definition: * @struts:form name="hideForm" */public class HideForm extends ActionForm { // --------------------------------------------------------- Instance Variables /** bookId property */ private String bookId; // --------------------------------------------------------- Methods /** * Returns the bookId. * @return String */ public String getBookId() { return bookId; } /** * Set the bookId. * @param bookId The bookId to set */ public void setBookId(String bookId) { this.bookId = bookId; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -