📄 gjcbb.java
字号:
package edu.whut.cwts.hc ;
import java.util.*;
public class Gjcbb{
String cjdjh;
String cmch;
float gl;
float jd;
float zd;
float zzd;
String cjg;
String sfyy;
String yyzh;
String xgsj;
String xgrdm;
public Gjcbb(String cjdjh,String cmch,float gl,float jd,float zd,float zzd,String cjg,String sfyy,String yyzh,String xgsj,String xgrdm){
this.cjdjh=cjdjh;
this.cmch=cmch;
this.gl=gl;
this.jd=jd;
this.zd=zd;
this.zzd=zzd;
this.cjg=cjg;
this.sfyy=sfyy;
this.yyzh=yyzh;
this.xgsj=xgsj;
this.xgrdm=xgrdm;
}
public Gjcbb(){
cjdjh=null;
cmch=null;
gl=0;
jd=0;
zd=0;
zzd=0;
cjg=null;
sfyy=null;
yyzh=null;
xgsj=null;
xgrdm=null;
}
public void setCjdjh(String cjdjh){
this.cjdjh=cjdjh;
}
public void setCmch(String cmch){
this.cmch=cmch;
}
public void setGl(float gl){
this.gl=gl;
}
public void setJd(float jd){
this.jd=jd;
}
public void setZd(float zd){
this.zd=zd;
}
public void setZzd(float zzd){
this.zzd=zzd;
}
public void setCjg(String cjg){
this.cjg=cjg;
}
public void setSfyy(String sfyy){
this.sfyy=sfyy;
}
public void setYyzh(String yyzh){
this.yyzh=yyzh;
}
public void setXgsj(String xgsj){
this.xgsj=xgsj;
}
public void setXgrdm(String xgrdm){
this.xgrdm=xgrdm;
}
public String getCjdjh(){
return cjdjh;
}
public String getCmch(){
return cmch;
}
public float getGl(){
return gl;
}
public float getJd(){
return jd;
}
public float getZd(){
return zd;
}
public float getZzd(){
return zzd;
}
public String getCjg(){
return cjg;
}
public String getSfyy(){
return sfyy;
}
public String getYyzh(){
return yyzh;
}
public String getXgsj(){
return xgsj;
}
public String getXgrdm(){
return xgrdm;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -