📄 countryport.java
字号:
package cn.bway.foreigntrade.operation.countryport.model;
/**
* Countryport generated by MyEclipse Persistence Tools
*/
public class Countryport implements java.io.Serializable {
// Fields
private String id;
private String types;
private String portchiness;
private String portenglish;
private String portaddress;
private String areas;
private String plans;
private String countrychiness;
private String countryenlish;
private String notes;
// Constructors
/** default constructor */
public Countryport() {
}
/** full constructor */
public Countryport(String types, String portchiness, String portenglish, String portaddress, String areas, String plans, String countrychiness, String countryenlish, String notes) {
this.types = types;
this.portchiness = portchiness;
this.portenglish = portenglish;
this.portaddress = portaddress;
this.areas = areas;
this.plans = plans;
this.countrychiness = countrychiness;
this.countryenlish = countryenlish;
this.notes = notes;
}
// Property accessors
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getTypes() {
return this.types;
}
public void setTypes(String types) {
this.types = types;
}
public String getPortchiness() {
return this.portchiness;
}
public void setPortchiness(String portchiness) {
this.portchiness = portchiness;
}
public String getPortenglish() {
return this.portenglish;
}
public void setPortenglish(String portenglish) {
this.portenglish = portenglish;
}
public String getPortaddress() {
return this.portaddress;
}
public void setPortaddress(String portaddress) {
this.portaddress = portaddress;
}
public String getAreas() {
return this.areas;
}
public void setAreas(String areas) {
this.areas = areas;
}
public String getPlans() {
return this.plans;
}
public void setPlans(String plans) {
this.plans = plans;
}
public String getCountrychiness() {
return this.countrychiness;
}
public void setCountrychiness(String countrychiness) {
this.countrychiness = countrychiness;
}
public String getCountryenlish() {
return this.countryenlish;
}
public void setCountryenlish(String countryenlish) {
this.countryenlish = countryenlish;
}
public String getNotes() {
return this.notes;
}
public void setNotes(String notes) {
this.notes = notes;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -