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

📄 record.java~2~

📁 我自己在做java训练的时候做的一个小项目
💻 JAVA~2~
字号:
package text;

public class Record{
    public Record(){
    }
    private String CardId;
    private String ComputerId;
    private String BeginTime;
    private String EndTime;
    private double Fee;
    public String getCardId(){
        return this.CardId;
    }
    public void setCardId(String CardId){
        this.CardId=CardId;
    }
    public String getBeginTime(){
        return this.BeginTime;
    }
    public void setBeginTime(String BeginTime){
        this.BeginTime=BeginTime;
    }
    public String getComputer(){
        return this.CardId;
    }
    public void setComputer(String CardId){
        this.CardId=CardId;
    }

    public int getFee(){
        return this.getFee();
    }
    public void setFee(int Fee){
        this.Fee=Fee;
    }
}

⌨️ 快捷键说明

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