gbs_littlecountry_stbean.java
来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 85 行
JAVA
85 行
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 + =
减小字号Ctrl + -
显示快捷键?