ylhq_zmqh.java

来自「这个程序是花了好几十万请人开发的」· Java 代码 · 共 129 行

JAVA
129
字号
/*
 * 创建日期 2004-10-23
 *
 * 更改所生成文件模板为
 * 窗口 > 首选项 > Java > 代码生成 > 代码和注释
 */
package javabean;

/**
 * @author cl
 *
 * 更改所生成类型注释的模板为
 * 窗口 > 首选项 > Java > 代码生成 > 代码和注释
 */
public class YLHQ_zmqh {

	private String pubdate;
	private String types;
	private int price_f;
	private int price_h;
	private int price_l;
	private int price_e;
	private int price_js;
	private int zd;
	private int cjl;
	private int ccl;
	private int bd;
	
	public void setpubdate(String pubdate)
	{
		this.pubdate=pubdate;
	}
	public String getpubdate()
	{
		return this.pubdate;
	}
	
	public void settypes(String types)
	{
		this.types=types;
	}
	public String gettypes()
	{
		return this.types;
	}
	
	public void setprice_f(int price_f)
	{
		this.price_f=price_f;
	}
	public int getprice_f()
	{
		return this.price_f;
	}
	
	public void setprice_h(int price_h)
	{
		this.price_h=price_h;
	}
	public int getprice_h()
	{
		return this.price_h;
	}
	
	public void setprice_l(int price_l)
	{
		this.price_l=price_l;
	}
	public int getprice_l()
	{
		return this.price_l;
	}
	
	public void setprice_e(int price_e)
	{
		this.price_e=price_e;
	}
	public int getprice_e()
	{
		return this.price_e;
	}
	
	public void setprice_js(int price_js)
	{
		this.price_js=price_js;
	}
	public int getprice_js()
	{
		return this.price_js;
	}
	
	public void setzd(int zd)
	{
		this.zd=zd;
	}
	public int getzd()
	{
		return this.zd;
	}
	
	public void setcjl(int cjl)
	{
		this.cjl=cjl;
	}
	public int getcjl()
	{
		return this.cjl;
	}
	
	public void setccl(int ccl)
	{
		this.ccl=ccl;
	}
	public int getccl()
	{
		return this.ccl;
	}
	
	public void setbd(int bd)
	{
		this.bd=bd;
	}
	public int getbd()
	{
		return this.bd;
	}
	
}

⌨️ 快捷键说明

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