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

📄 construct.java

📁 只是一个宽带的收费管理系统 很值得大家学习
💻 JAVA
字号:
package cn.handson.base;

import java.util.Date;


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

public class Construct  implements java.io.Serializable {


    // Fields    

     private Integer constId;
     private Employee employee;
     private User1 user1;
     private Type1 type1;
     private String constCause;
     private Date constDate;
     private Date constOverDate;
     private String constFeedback;
     private Integer constOver;
     private String constRemark;


    // Constructors

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

	/** minimal constructor */
    public Construct(User1 user1, Type1 type, Date constDate, Integer constOver) {
        this.user1 = user1;
        this.type1 = type;
        this.constDate = constDate;
        this.constOver = constOver;
    }
    
    /** full constructor */
    public Construct(Employee employee, User1 user1, Type1 type, String constCause, Date constDate, Date constOverDate, String constFeedback, Integer constOver, String constRemark) {
        this.employee = employee;
        this.user1 = user1;
        this.type1 = type;
        this.constCause = constCause;
        this.constDate = constDate;
        this.constOverDate = constOverDate;
        this.constFeedback = constFeedback;
        this.constOver = constOver;
        this.constRemark = constRemark;
    }

   
    // Property accessors

    public Integer getConstId() {
        return this.constId;
    }
    
    public void setConstId(Integer constId) {
        this.constId = constId;
    }

    public Employee getEmployee() {
        return this.employee;
    }
    
    public void setEmployee(Employee employee) {
        this.employee = employee;
    }

    public User1 getUser1() {
        return this.user1;
    }
    
    public void setUser1(User1 user1) {
        this.user1 = user1;
    }

    public Type1 getType1() {
        return this.type1;
    }
    
    public void setType1(Type1 type) {
        this.type1 = type;
    }

    public String getConstCause() {
        return this.constCause;
    }
    
    public void setConstCause(String constCause) {
        this.constCause = constCause;
    }

    public Date getConstDate() {
        return this.constDate;
    }
    
    public void setConstDate(Date constDate) {
        this.constDate = constDate;
    }

    public Date getConstOverDate() {
        return this.constOverDate;
    }
    
    public void setConstOverDate(Date constOverDate) {
        this.constOverDate = constOverDate;
    }

    public String getConstFeedback() {
        return this.constFeedback;
    }
    
    public void setConstFeedback(String constFeedback) {
        this.constFeedback = constFeedback;
    }

    public Integer getConstOver() {
        return this.constOver;
    }
    
    public void setConstOver(Integer constOver) {
        this.constOver = constOver;
    }

    public String getConstRemark() {
        return this.constRemark;
    }
    
    public void setConstRemark(String constRemark) {
        this.constRemark = constRemark;
    }
   








}

⌨️ 快捷键说明

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