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

📄 guestmanageform.java

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

import cn.bway.common.form.BaseForm;



/**
 * Providemanagement generated by MyEclipse Persistence Tools
 */

public class GuestmanageForm   extends BaseForm  {   
	
	
	
	
	
private String id;
private String names;
private String propertys;
private String deliver;
private String address;
private String supply;
private String review;
private String contractcode;
private String charter;
private String payment;
private String appointment;
private String express;
private String contractleave;
private String country;


public String getCountry() {
	return country;
}
public void setCountry(String country) {
	this.country = country;
}
public String getAddress() {
	return address;
}
public void setAddress(String address) {
	this.address = address;
}
public String getAppointment() {
	return appointment;
}
public void setAppointment(String appointment) {
	this.appointment = appointment;
}
public String getCharter() {
	return charter;
}
public void setCharter(String charter) {
	this.charter = charter;
}
public String getContractcode() {
	return contractcode;
}
public void setContractcode(String contractcode) {
	this.contractcode = contractcode;
}
public String getContractleave() {
	return contractleave;
}
public void setContractleave(String contractleave) {
	this.contractleave = contractleave;
}
public String getDeliver() {
	return deliver;
}
public void setDeliver(String deliver) {
	this.deliver = deliver;
}
public String getExpress() {
	return express;
}
public void setExpress(String express) {
	this.express = express;
}
public String getId() {
	return id;
}
public void setId(String id) {
	this.id = id;
}
public String getNames() {
	return names;
}
public void setNames(String names) {
	this.names = names;
}
public String getPayment() {
	return payment;
}
public void setPayment(String payment) {
	this.payment = payment;
}
public String getPropertys() {
	return propertys;
}
public void setPropertys(String propertys) {
	this.propertys = propertys;
}
public String getReview() {
	return review;
}
public void setReview(String review) {
	this.review = review;
}
public String getSupply() {
	return supply;
}
public void setSupply(String supply) {
	this.supply = supply;
}



}

⌨️ 快捷键说明

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