📄 shouform.java
字号:
package com.ascenttech.struts.form;
import org.apache.struts.action.ActionForm;
public class ShouForm extends ActionForm{
/** The composite primary key value. */
private String select1;
private String select2;
private java.lang.Long seqnum;
private String password;
/** The value of the simple cell property. */
private java.lang.String cell;
/** The value of the simple contents property. */
private java.lang.String contents;
/** The value of the simple subport property. */
private java.lang.String subport;
/** The value of the simple sendtime property. */
private java.util.Date sendtime;
/** The value of the simple endtime property. */
private java.util.Date endtime;
/** The value of the simple rectime property. */
private java.util.Date rectime;
/** The value of the simple flag property. */
private java.lang.Integer flag;
public java.lang.String getCell() {
return cell;
}
public void setCell(java.lang.String cell) {
this.cell = cell;
}
public java.lang.String getContents() {
return contents;
}
public void setContents(java.lang.String contents) {
this.contents = contents;
}
public java.util.Date getEndtime() {
return endtime;
}
public void setEndtime(java.util.Date endtime) {
this.endtime = endtime;
}
public java.lang.Integer getFlag() {
return flag;
}
public void setFlag(java.lang.Integer flag) {
this.flag = flag;
}
public java.util.Date getRectime() {
return rectime;
}
public void setRectime(java.util.Date rectime) {
this.rectime = rectime;
}
public java.util.Date getSendtime() {
return sendtime;
}
public void setSendtime(java.util.Date sendtime) {
this.sendtime = sendtime;
}
public java.lang.Long getSeqnum() {
return seqnum;
}
public void setSeqnum(java.lang.Long seqnum) {
this.seqnum = seqnum;
}
public java.lang.String getSubport() {
return subport;
}
public void setSubport(java.lang.String subport) {
this.subport = subport;
}
public ShouForm() {
super();
// TODO Auto-generated constructor stub
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getSelect1() {
return select1;
}
public void setSelect1(String select1) {
this.select1 = select1;
}
public String getSelect2() {
return select2;
}
public void setSelect2(String select2) {
this.select2 = select2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -