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

📄 gbs_mcountry_stbean.java

📁 对日软件外包 为东芝做的一个全球商业管理系统
💻 JAVA
字号:

package DataBean;
/**
 * public class GBS_MCountry_stBean implements java.io.Serializable
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_MCountry_stBean implements java.io.Serializable{
	private String countryCode   = new String();//COUNTRY_CODE	崙僐乕僪
	private String dispOrder     = new String();//DISP_ORDER		昞帵弴彉
	private String countryName   = new String();//COUNTRY_NAME	崙柤
	private String regionCode    = new String();//REGION_CODE		抧堟僐乕僪
	private String subsidiaryCode= new String();//SUBSIDIARY_CODE	尰朄僐乕僪
	private String plusHour      = new String();//PLUS_HOUR		擔杮帪娫亄帪娫
	private String createUser    = new String();//CREATE_USER		嶌惉儐乕僓乕
	private String createDate    = new String();//CREATE_DATE		嶌惉擔帪
	private String updateUser    = new String();//UPDATE_USER		峏怴儐乕僓乕
	private String updateDate    = new String();//UPDATE_DATE		峏怴擔帪
	public GBS_MCountry_stBean(){
		countryCode 	= "";
		dispOrder 		= "";
		countryName 	= "";
		regionCode 		= "";
		subsidiaryCode 	= "";
		plusHour 		= "";
		createUser 		= "";
		createDate 		= "";
		updateUser 		= "";
		updateDate 		= "";

	}
	
	/**
	 * 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 dispOrder.
	 * @return String
	 */
	public String getDispOrder() {
	  return dispOrder;
	}

	/**
	 * Set the dispOrder.
	 * @param dispOrder The dispOrder to set
	 */
	public void setDispOrder(String dispOrder) {
	  this.dispOrder = dispOrder;
	}
	
	/**
	 * 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 regionCode.
	 * @return String
	 */
	public String getRegionCode() {
	  return regionCode;
	}
	/**
	 * Set the regionCode.
	 * @param regionCode The regionCode to set
	 */
	public void setRegionCode(String regionCode) {
	  this.regionCode = regionCode;
	}
	
	/**
	 * Returns the subsidiaryCode.
	 * @return String
	 */
	public String getSubsidiaryCode() {
	  return subsidiaryCode;
	}
	/**
	 * Set the subsidiaryCode.
	 * @param subsidiaryCode The subsidiaryCode to set
	 */
	public void setSubsidiaryCode(String subsidiaryCode) {
	  this.subsidiaryCode = subsidiaryCode;
	}
	
	/**
	 * Returns the plusHour.
	 * @return String
	 */
	public String getPlusHour() {
	  return subsidiaryCode;
	}
	/**
	 * Set the plusHour.
	 * @param plusHour The plusHour to set
	 */
	public void setPlusHour(String plusHour) {
	  this.plusHour = plusHour;
	}

	/**
	 * Returns the createUser.
	 * @return String
	 */
	public String getCreateUser() {
	  return createUser;
	}

	/**
	 * Set the createUser.
	 * @param createUser The createUser to set
	 */
	public void setCreateUser(String createUser) {
	  this.createUser = createUser;
	}
	/**
	 * Returns the createDate.
	 * @return String
	 */
	public String getCreateDate() {
	  return createDate;
	}

	/**
	 * Set the createDate.
	 * @param createDate The createDate to set
	 */
	public void setCreateDate(String createDate) {
	  this.createDate = createDate;
	}
	/**
	 * Returns the updateUser.
	 * @return String
	 */
	public String getUpdateUser() {
	  return updateUser;
	}

	/**
	 * Set the updateUser.
	 * @param updateUser The updateUser to set
	 */
	public void setUpdateUser(String updateUser) {
	  this.updateUser = updateUser;
	}
	/**
	 * Returns the updateDate.
	 * @return String
	 */
	public String getUpdateDate() {
	  return updateDate;
	}

	/**
	 * Set the updateDate.
	 * @param updateDate The updateDate to set
	 */
	public void setUpdateDate(String updateDate) {
	  this.updateDate = updateDate;
	}	
	
	
	
	
}

⌨️ 快捷键说明

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