⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teihuodianform.java

📁 jxc 企业资源系统ERP 的一部分
💻 JAVA
字号:
package com.luoin.struts.form;

import java.util.Date;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

public class TeihuodianForm extends ActionForm{

    private Integer id;
    private Integer info;
    private String popedom;
    private String xinghao;
    private String qyjingli;
    private Date teidate;
    private String dingId;
    private String address;
    private String tel;
    private String customer;
    private String customercompany;

    public ActionErrors validate(ActionMapping mapping,
			HttpServletRequest request) {

		return null;
	}

	public void reset(ActionMapping mapping, HttpServletRequest request) {
		
	}

   public Integer getId() {
       return this.id;
   }
   
   public void setId(Integer id) {
       this.id = id;
   }

   public Integer getInfo() {
       return this.info;
   }
   
   public void setInfo(Integer info) {
       this.info = info;
   }

   public String getPopedom() {
       return this.popedom;
   }
   
   public void setPopedom(String popedom) {
       this.popedom = popedom;
   }

   public String getXinghao() {
       return this.xinghao;
   }
   
   public void setXinghao(String xinghao) {
       this.xinghao = xinghao;
   }

   public String getQyjingli() {
       return this.qyjingli;
   }
   
   public void setQyjingli(String qyjingli) {
       this.qyjingli = qyjingli;
   }

   public Date getTeidate() {
       return this.teidate;
   }
   
   public void setTeidate(Date teidate) {
       this.teidate = teidate;
   }

   public String getDingId() {
       return this.dingId;
   }
   
   public void setDingId(String dingId) {
       this.dingId = dingId;
   }

   public String getAddress() {
       return this.address;
   }
   
   public void setAddress(String address) {
       this.address = address;
   }

   public String getTel() {
       return this.tel;
   }
   
   public void setTel(String tel) {
       this.tel = tel;
   }

   public String getCustomer() {
       return this.customer;
   }
   
   public void setCustomer(String customer) {
       this.customer = customer;
   }

   public String getCustomercompany() {
       return this.customercompany;
   }
   
   public void setCustomercompany(String customercompany) {
       this.customercompany = customercompany;
   }
  


}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -