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

📄 instoredocumentform.java

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

import cn.bway.common.form.BaseForm;



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

public class InstoredocumentForm extends BaseForm {


    // Fields    

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



    public InstoredocumentForm() {
		super();
	}

	public InstoredocumentForm(String intime, String storetype, String inman, String notes, String documentname, String checks) {
		super();
		this.intime = intime;
		this.storetype = storetype;
		this.inman = inman;
		this.notes = notes;
		this.documentname = documentname;
		this.checks = checks;
	}

	public String getChecks() {
		return checks;
	}

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

	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;
    }
   








}

⌨️ 快捷键说明

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