📄 gbs_littlecountry_stbean.java
字号:
package DataBean;
/**
* public class GBS_LittleCountry_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
* created on 07-30-2004
* @author wxf
* @version 1.0
*/
public class GBS_LittleCountry_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{
private String countryCode = new String();//COUNTRY_CODE 崙僐乕僪
private String countryName = new String();//COUNTRY_NAME 崙柤
private String dateTime = new String();//DATE_TIME 擔帪
private String date = new String();//DATE_TIME 昞帵擔帪
public GBS_LittleCountry_stBean(){
countryCode = "";
countryName = "";
dateTime = "";
date = "";
}
/**
* Returns the countryCode.
* @return String
*/
public String getCountryCode() {
return countryCode;
}
/**
* Set the countryCode.
* @param countryCode The countryCode to set
*/
public void setCountryCode(String countryCode) {
this.countryCode = countryCode;
}
/**
* Returns the countryName.
* @return String
*/
public String getCountryName() {
return countryName;
}
/**
* Set the countryName.
* @param countryName The countryName to set
*/
public void setCountryName(String countryName) {
this.countryName = countryName;
}
/**
* Returns the dateTime.
* @return String
*/
public String getDateTime() {
return dateTime;
}
/**
* Set the dateTime.
* @param dateTime The dateTime to set
*/
public void setDateTime(String dateTime) {
this.dateTime = dateTime;
}
/**
* Returns the date.
* @return java.util.Date
*/
public String getDate() {
return date;
}
/**
* Set the date.
* @param date The date to set
*/
public void setDate(String date) {
this.date = date;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -