📄 opersystemform.java
字号:
//---------------------------------------------------------
// Application: service of System
// Author : eSingle
// File : OpersystemForm.java
//
// Copyright 2003 landsoft Corp.
//
// Generated at Wed Nov 26 09:26:02 CST 2003
// created by 曹广鑫
// mailto:bandsoft@163.com
//---------------------------------------------------------
package com.landsoft.service.controller;
import org.apache.struts.action.*;
import org.apache.struts.validator.*;
import com.landsoft.service.model.*;
public class OpersystemForm extends ValidatorForm {
public final static int ADD = 1;
public final static int EDIT = 2;
private int strutsAction;
private String strutsButton = "";
private String opersystemname = "";
private String opersystemcode = "";
public int getStrutsAction() {
return strutsAction;
}
public String getStrutsButton() {
return strutsButton;
}
public String getOpersystemname() {
return opersystemname;
}
public String getOpersystemcode() {
return opersystemcode;
}
public void setStrutsAction(int strutsAction) {
this.strutsAction = strutsAction;
}
public void setStrutsButton(String strutsButton) {
this.strutsButton = strutsButton;
}
public void setOpersystemname(String opersystemname) {
this.opersystemname = opersystemname;
}
public void setOpersystemcode(String opersystemcode) {
this.opersystemcode = opersystemcode;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -