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

📄 followinf.java

📁 Struts+Hibernate实现软件缺陷的跟踪管理
💻 JAVA
字号:
package xing.five.beans;

import java.util.Date;

import org.apache.struts.action.ActionForm;


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

public class FollowInf extends ActionForm  implements java.io.Serializable {


    // Fields    

     private Integer id;
     private String name;
     private Date tjDate;
     private String tjPeople;
     private Date qrDate;
     private String qrPeople;
     private Date clDate;
     private String clPeople;
     private Date shDate;
     private String shPeople;
     private String state;


    // Constructors

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

    
    /** full constructor */
    public FollowInf(String name, Date tjDate, String tjPeople, Date qrDate, String qrPeople, Date clDate, String clPeople, Date shDate, String shPeople, String state) {
        this.name = name;
        this.tjDate = tjDate;
        this.tjPeople = tjPeople;
        this.qrDate = qrDate;
        this.qrPeople = qrPeople;
        this.clDate = clDate;
        this.clPeople = clPeople;
        this.shDate = shDate;
        this.shPeople = shPeople;
        this.state = state;
    }

   
    // Property accessors

    public Integer getId() {
        return this.id;
    }
    
    public void setId(Integer id) {
        this.id = id;
    }

    public String getName() {
        return this.name;
    }
    
    public void setName(String name) {
        this.name = name;
    }

    public Date getTjDate() {
        return this.tjDate;
    }
    
    public void setTjDate(Date tjDate) {
        this.tjDate = tjDate;
    }

    public String getTjPeople() {
        return this.tjPeople;
    }
    
    public void setTjPeople(String tjPeople) {
        this.tjPeople = tjPeople;
    }

    public Date getQrDate() {
        return this.qrDate;
    }
    
    public void setQrDate(Date qrDate) {
        this.qrDate = qrDate;
    }

    public String getQrPeople() {
        return this.qrPeople;
    }
    
    public void setQrPeople(String qrPeople) {
        this.qrPeople = qrPeople;
    }

    public Date getClDate() {
        return this.clDate;
    }
    
    public void setClDate(Date clDate) {
        this.clDate = clDate;
    }

    public String getClPeople() {
        return this.clPeople;
    }
    
    public void setClPeople(String clPeople) {
        this.clPeople = clPeople;
    }

    public Date getShDate() {
        return this.shDate;
    }
    
    public void setShDate(Date shDate) {
        this.shDate = shDate;
    }

    public String getShPeople() {
        return this.shPeople;
    }
    
    public void setShPeople(String shPeople) {
        this.shPeople = shPeople;
    }

    public String getState() {
        return this.state;
    }
    
    public void setState(String state) {
        this.state = state;
    }
   








}

⌨️ 快捷键说明

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