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

📄 outstoredocumentform.java

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

import cn.bway.common.form.BaseForm;



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

public class OutstoredocumentForm extends BaseForm {
	
	
	 private String id;
     private String outtime;
     private String storetype;
     private String outman;
     private String notes;
     private String documentname;
     private String checks;
    
	public OutstoredocumentForm() {
	}
	public String getChecks() {
		return checks;
	}
	public void setChecks(String checks) {
		this.checks = checks;
	}
	public String getDocumentname() {
		return documentname;
	}
	public void setDocumentname(String documentname) {
		this.documentname = documentname;
	}
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getNotes() {
		return notes;
	}
	public void setNotes(String notes) {
		this.notes = notes;
	}
	public String getOutman() {
		return outman;
	}
	public void setOutman(String outman) {
		this.outman = outman;
	}
	public String getOuttime() {
		return outtime;
	}
	public void setOuttime(String outtime) {
		this.outtime = outtime;
	}
	public String getStoretype() {
		return storetype;
	}
	public void setStoretype(String storetype) {
		this.storetype = storetype;
	}
	public OutstoredocumentForm(String outtime, String storetype, String outman, String notes, String documentname, String checks) {
		super();
		this.outtime = outtime;
		this.storetype = storetype;
		this.outman = outman;
		this.notes = notes;
		this.documentname = documentname;
		this.checks = checks;
	}
}

⌨️ 快捷键说明

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