FfzyForm.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:1k
- package com.domain;
- import org.apache.struts.action.*;
- import javax.servlet.http.*;
- public class FfzyForm extends ActionForm {
- private String sfzy_id;
- private String sfzy_sfmc;
- private String sfzy_zyms;
- public String getSfzy_id() {
- return sfzy_id;
- }
- public void setSfzy_id(String sfzy_id) {
- this.sfzy_id = sfzy_id;
- }
- public String getSfzy_sfmc() {
- return sfzy_sfmc;
- }
- public void setSfzy_sfmc(String sfzy_sfmc) {
- this.sfzy_sfmc = sfzy_sfmc;
- }
- public String getSfzy_zyms() {
- return sfzy_zyms;
- }
- public void setSfzy_zyms(String sfzy_zyms) {
- this.sfzy_zyms = sfzy_zyms;
- }
- 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) {
- }
- }