📄 display.java.svn-base
字号:
package first;
import java.sql.*;
public class Display {
//Connection conn=null;
public static Display display;
String followType =null;
String auditorName = null;
private int stationFollow;
private int countCi ;
private int countQi ;
private int latentEnterprise;
private Display() {}
public static Display getDisplay() {
display = new Display();
return display;
}
public String getFollowTypee()
{
return this.followType;
}
public void setFollowType(String auditorName)
{
this.auditorName=auditorName;
}
public String getAuditorName()
{
return this.auditorName;
}
public void setAuditorName(String auditorName)
{
this.auditorName=auditorName;
}
public int getStationFollow()
{
return this.stationFollow;
}
public void setStationFollow(int stationFollow)
{
this.stationFollow=stationFollow;
}
public int getCountCi()
{
return this.countCi;
}
public void setCountCi(int countCi)
{
this.countCi=countCi;
}
public int getCountQi()
{
return this.countQi;
}
public void setCountQi(int countQi)
{
this.countQi=countQi;
}
public int getLatentEnterprise()
{
return this.latentEnterprise;
}
public void setLatentEnterprise(int latentEnterprise)
{
this.latentEnterprise=latentEnterprise;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -