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

📄 gbs_msubrelation_stbean.java

📁 对日软件外包 为东芝做的一个全球商业管理系统
💻 JAVA
字号:
/** 
 * method GBS_MSubRelation_st.java
 * created on 07-29-2004
 * 
 * @author   GXK
 * @version  1.0
 */
package DataBean;

public class GBS_MSubRelation_stBean{
	private String subsidiarycode1 = "";//恊尰朄僐乕僪
	private String subsidiarycode2 = "";//巕尰朄僐乕僪
	private String createUser = "";//嶌惉儐乕僓乕
	private String createDate = "";//嶌惉擔帪
	private String updateUser = "";//峏怴儐乕僓乕
	private String updateDate = "";//峏怴擔帪

	/**
	 * Returns the subsidiarycode1.
	 * @return String
	 */
	public String getSubsidiarycode1() {
	  return subsidiarycode1;
	}

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

	/**
	 * Returns the subsidiarycode2.
	 * @return String
	 */
	public String getSubsidiarycode2() {
	  return subsidiarycode2;
	}

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

	/**
	 * 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 + -