📄 guestmanage.java
字号:
package cn.bway.common.code;
/**
* Guestmanage generated by MyEclipse Persistence Tools
*/
public class Guestmanage implements java.io.Serializable {
// Fields
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 Guestmanage() {
super();
// TODO Auto-generated constructor stub
}
public Guestmanage(String id, String names, String propertys, String deliver, String address, String supply, String review, String contractcode, String charter, String payment, String appointment, String express, String contractleave, String country) {
super();
this.id = id;
this.names = names;
this.propertys = propertys;
this.deliver = deliver;
this.address = address;
this.supply = supply;
this.review = review;
this.contractcode = contractcode;
this.charter = charter;
this.payment = payment;
this.appointment = appointment;
this.express = express;
this.contractleave = contractleave;
this.country = country;
}
public String getCountry() {
return country;
}
public void setCountry(String country) {
this.country = country;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getNames() {
return this.names;
}
public void setNames(String names) {
this.names = names;
}
public String getPropertys() {
return this.propertys;
}
public void setPropertys(String propertys) {
this.propertys = propertys;
}
public String getDeliver() {
return this.deliver;
}
public void setDeliver(String deliver) {
this.deliver = deliver;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getSupply() {
return this.supply;
}
public void setSupply(String supply) {
this.supply = supply;
}
public String getReview() {
return this.review;
}
public void setReview(String review) {
this.review = review;
}
public String getContractcode() {
return this.contractcode;
}
public void setContractcode(String contractcode) {
this.contractcode = contractcode;
}
public String getCharter() {
return this.charter;
}
public void setCharter(String charter) {
this.charter = charter;
}
public String getPayment() {
return this.payment;
}
public void setPayment(String payment) {
this.payment = payment;
}
public String getAppointment() {
return this.appointment;
}
public void setAppointment(String appointment) {
this.appointment = appointment;
}
public String getExpress() {
return this.express;
}
public void setExpress(String express) {
this.express = express;
}
public String getContractleave() {
return this.contractleave;
}
public void setContractleave(String contractleave) {
this.contractleave = contractleave;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -