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

📄 instoredocument.java

📁 这是本人曾经在公司里用的,内部开发框架,基于struts+hibernate今天分享给大家
💻 JAVA
字号:
package cn.bway.foreigntrade.repertory.instore.document.model;



/**
 * Instoredocument generated by MyEclipse Persistence Tools
 */

public class Instoredocument implements java.io.Serializable {


    // Fields    

     private String id;
     private String intime;
     private String storetype;
     private String inman;
     private String notes;
     private String documentname;
     private String checks;


    // Constructors

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

    
    /** full constructor */
    public Instoredocument(String intime, String storetype, String inman, String notes, String documentname, String checks) {
        this.intime = intime;
        this.storetype = storetype;
        this.inman = inman;
        this.notes = notes;
        this.documentname = documentname;
        this.checks = checks;
    }

   
    // Property accessors

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

    public String getIntime() {
        return this.intime;
    }
    
    public void setIntime(String intime) {
        this.intime = intime;
    }

    public String getStoretype() {
        return this.storetype;
    }
    
    public void setStoretype(String storetype) {
        this.storetype = storetype;
    }

    public String getInman() {
        return this.inman;
    }
    
    public void setInman(String inman) {
        this.inman = inman;
    }

    public String getNotes() {
        return this.notes;
    }
    
    public void setNotes(String notes) {
        this.notes = notes;
    }

    public String getDocumentname() {
        return this.documentname;
    }
    
    public void setDocumentname(String documentname) {
        this.documentname = documentname;
    }

    public String getChecks() {
        return this.checks;
    }
    
    public void setChecks(String checks) {
        this.checks = checks;
    }
   








}

⌨️ 快捷键说明

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