📄 ylhq_dzch.java
字号:
/*
* 创建日期 2004-10-23
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package javabean;
/**
* @author oracle
*
* 更改所生成类型注释的模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
public class YLHQ_dzch {
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_a;
private int zd;
private int cjl;
private int dhl;
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_a(int price_a)
{
this.price_a=price_a;
}
public int getprice_a()
{
return this.price_a;
}
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 setdhl(int dhl)
{
this.dhl=dhl;
}
public int getdhl()
{
return this.dhl;
}
public void setbd(int bd)
{
this.bd=bd;
}
public int getbd()
{
return this.bd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -