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

📄 orderdetailform.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 OrderdetailForm extends ActionForm{
		 private Integer id;
	     private String customercompany;
	     private String customer;
	     private String tel;
	     private String address;
	     private String dingId;
	     private Date orderdate;
	     private String qyjingli;
	     private String xinghao;
	     private String popedom;
	     private Integer info;
	     

	     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 String getCustomercompany() {
	         return this.customercompany;
	     }
	     
	     public void setCustomercompany(String customercompany) {
	         this.customercompany = customercompany;
	     }

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

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

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

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

	     public Date getOrderdate() {
	         return this.orderdate;
	     }
	     
	     public void setOrderdate(Date orderdate) {
	         this.orderdate = orderdate;
	     }

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

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

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

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

}

⌨️ 快捷键说明

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