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

📄 loginlog.java

📁 java项目 通用的在线考试系统 可用于毕业论文 jsp+struts+hibernate+oracle9i Eclipse+tomcat开发 高质量代码 导入数据库即可用
💻 JAVA
字号:
package com.xdf.exams.bean;

import java.util.Date;



/**
 * Loginlog generated by MyEclipse - Hibernate Tools
 */

public class Loginlog  implements java.io.Serializable {


    // Fields    

     private Long loginlogid;
     private String username;
     private int success;
     private int isteacher;
     private String ip;
     private Date logtime;


    // Constructors

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

    
    /** full constructor */
    public Loginlog(String username, int success, int isteacher, String ip, Date logtime) {
        this.username = username;
        this.success = success;
        this.isteacher = isteacher;
        this.ip = ip;
        this.logtime = logtime;
    }

   
    // Property accessors

    public Long getLoginlogid() {
        return this.loginlogid;
    }
    
    public void setLoginlogid(Long loginlogid) {
        this.loginlogid = loginlogid;
    }

    public String getUsername() {
        return this.username;
    }
    
    public void setUsername(String username) {
        this.username = username;
    }

    public int getSuccess() {
        return this.success;
    }
    
    public void setSuccess(int success) {
        this.success = success;
    }

    public int getIsteacher() {
        return this.isteacher;
    }
    
    public void setIsteacher(int isteacher) {
        this.isteacher = isteacher;
    }

    public String getIp() {
        return this.ip;
    }
    
    public void setIp(String ip) {
        this.ip = ip;
    }

    public Date getLogtime() {
        return this.logtime;
    }
    
    public void setLogtime(Date logtime) {
        this.logtime = logtime;
    }
   








}

⌨️ 快捷键说明

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