CsxxForm.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:1k
- package com.domain;
- import org.apache.struts.action.*;
- import javax.servlet.http.*;
- public class CsxxForm extends ActionForm {
- private String csxx_csmc;
- private String csxx_dhph;
- private String csxx_sfmc;
- private String csxx_yb;
- private String cxss_csjc;
- public String getCsxx_csmc() {
- return csxx_csmc;
- }
- public void setCsxx_csmc(String csxx_csmc) {
- this.csxx_csmc = csxx_csmc;
- }
- public String getCsxx_dhph() {
- return csxx_dhph;
- }
- public void setCsxx_dhph(String csxx_dhph) {
- this.csxx_dhph = csxx_dhph;
- }
- public String getCsxx_sfmc() {
- return csxx_sfmc;
- }
- public void setCsxx_sfmc(String csxx_sfmc) {
- this.csxx_sfmc = csxx_sfmc;
- }
- public String getCsxx_yb() {
- return csxx_yb;
- }
- public void setCsxx_yb(String csxx_yb) {
- this.csxx_yb = csxx_yb;
- }
- public String getCxss_csjc() {
- return cxss_csjc;
- }
- public void setCxss_csjc(String cxss_csjc) {
- this.cxss_csjc = cxss_csjc;
- }
- public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
- /**@todo: finish this method, this is just the skeleton.*/
- return null;
- }
- public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
- }
- }