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

📄 onlinestat.java

📁 天乙社区6.0是一套基于JAVA技术的网络虚拟社区
💻 JAVA
字号:
package com.laoer.bbscs.bean;

import java.io.Serializable;import org.apache.commons.lang.builder.ToStringBuilder;

/** @author Hibernate CodeGenerator */
public class OnlineStat implements Serializable {

    /** identifier field */
    private Long id;

    /** persistent field */
    private String recDate;

    /** nullable persistent field */
    private int hour0;

    /** nullable persistent field */
    private int hour1;

    /** nullable persistent field */
    private int hour2;

    /** nullable persistent field */
    private int hour3;

    /** nullable persistent field */
    private int hour4;

    /** nullable persistent field */
    private int hour5;

    /** nullable persistent field */
    private int hour6;

    /** nullable persistent field */
    private int hour7;

    /** nullable persistent field */
    private int hour8;

    /** nullable persistent field */
    private int hour9;

    /** nullable persistent field */
    private int hour10;

    /** nullable persistent field */
    private int hour11;

    /** nullable persistent field */
    private int hour12;

    /** nullable persistent field */
    private int hour13;

    /** nullable persistent field */
    private int hour14;

    /** nullable persistent field */
    private int hour15;

    /** nullable persistent field */
    private int hour16;

    /** nullable persistent field */
    private int hour17;

    /** nullable persistent field */
    private int hour18;

    /** nullable persistent field */
    private int hour19;

    /** nullable persistent field */
    private int hour20;

    /** nullable persistent field */
    private int hour21;

    /** nullable persistent field */
    private int hour22;

    /** nullable persistent field */
    private int hour23;

    /** full constructor */
    public OnlineStat(String recDate, int hour0, int hour1, int hour2, int hour3, int hour4, int hour5, int hour6, int hour7, int hour8, int hour9, int hour10, int hour11, int hour12, int hour13, int hour14, int hour15, int hour16, int hour17, int hour18, int hour19, int hour20, int hour21, int hour22, int hour23) {
        this.recDate = recDate;
        this.hour0 = hour0;
        this.hour1 = hour1;
        this.hour2 = hour2;
        this.hour3 = hour3;
        this.hour4 = hour4;
        this.hour5 = hour5;
        this.hour6 = hour6;
        this.hour7 = hour7;
        this.hour8 = hour8;
        this.hour9 = hour9;
        this.hour10 = hour10;
        this.hour11 = hour11;
        this.hour12 = hour12;
        this.hour13 = hour13;
        this.hour14 = hour14;
        this.hour15 = hour15;
        this.hour16 = hour16;
        this.hour17 = hour17;
        this.hour18 = hour18;
        this.hour19 = hour19;
        this.hour20 = hour20;
        this.hour21 = hour21;
        this.hour22 = hour22;
        this.hour23 = hour23;
    }

    /** default constructor */
    public OnlineStat() {
    }

    /** minimal constructor */
    public OnlineStat(String recDate) {
        this.recDate = recDate;
    }

    public Long getId() {
        return this.id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public String getRecDate() {
        return this.recDate;
    }

    public void setRecDate(String recDate) {
        this.recDate = recDate;
    }

    public int getHour0() {
        return this.hour0;
    }

    public void setHour0(int hour0) {
        this.hour0 = hour0;
    }

    public int getHour1() {
        return this.hour1;
    }

    public void setHour1(int hour1) {
        this.hour1 = hour1;
    }

    public int getHour2() {
        return this.hour2;
    }

    public void setHour2(int hour2) {
        this.hour2 = hour2;
    }

    public int getHour3() {
        return this.hour3;
    }

    public void setHour3(int hour3) {
        this.hour3 = hour3;
    }

    public int getHour4() {
        return this.hour4;
    }

    public void setHour4(int hour4) {
        this.hour4 = hour4;
    }

    public int getHour5() {
        return this.hour5;
    }

    public void setHour5(int hour5) {
        this.hour5 = hour5;
    }

    public int getHour6() {
        return this.hour6;
    }

    public void setHour6(int hour6) {
        this.hour6 = hour6;
    }

    public int getHour7() {
        return this.hour7;
    }

    public void setHour7(int hour7) {
        this.hour7 = hour7;
    }

    public int getHour8() {
        return this.hour8;
    }

    public void setHour8(int hour8) {
        this.hour8 = hour8;
    }

    public int getHour9() {
        return this.hour9;
    }

    public void setHour9(int hour9) {
        this.hour9 = hour9;
    }

    public int getHour10() {
        return this.hour10;
    }

    public void setHour10(int hour10) {
        this.hour10 = hour10;
    }

    public int getHour11() {
        return this.hour11;
    }

    public void setHour11(int hour11) {
        this.hour11 = hour11;
    }

    public int getHour12() {
        return this.hour12;
    }

    public void setHour12(int hour12) {
        this.hour12 = hour12;
    }

    public int getHour13() {
        return this.hour13;
    }

    public void setHour13(int hour13) {
        this.hour13 = hour13;
    }

    public int getHour14() {
        return this.hour14;
    }

    public void setHour14(int hour14) {
        this.hour14 = hour14;
    }

    public int getHour15() {
        return this.hour15;
    }

    public void setHour15(int hour15) {
        this.hour15 = hour15;
    }

    public int getHour16() {
        return this.hour16;
    }

    public void setHour16(int hour16) {
        this.hour16 = hour16;
    }

    public int getHour17() {
        return this.hour17;
    }

    public void setHour17(int hour17) {
        this.hour17 = hour17;
    }

    public int getHour18() {
        return this.hour18;
    }

    public void setHour18(int hour18) {
        this.hour18 = hour18;
    }

    public int getHour19() {
        return this.hour19;
    }

    public void setHour19(int hour19) {
        this.hour19 = hour19;
    }

    public int getHour20() {
        return this.hour20;
    }

    public void setHour20(int hour20) {
        this.hour20 = hour20;
    }

    public int getHour21() {
        return this.hour21;
    }

    public void setHour21(int hour21) {
        this.hour21 = hour21;
    }

    public int getHour22() {
        return this.hour22;
    }

    public void setHour22(int hour22) {
        this.hour22 = hour22;
    }

    public int getHour23() {
        return this.hour23;
    }

    public void setHour23(int hour23) {
        this.hour23 = hour23;
    }

    public String toString() {
        return new ToStringBuilder(this)
            .append("id", getId())
            .toString();
    }

}

⌨️ 快捷键说明

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