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

📄 gbs_mmember_stbean.java

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

public class GBS_MMember_stBean{
	
	private String userId = "";//儐乕僓乕ID
	private String dispOrder = "";//昞帵弴彉
	private String password = "";//僷僗儚乕僪
	private String memberNameFirst = "";//儊儞僶乕柤乮First)
	private String memberNameLast = "";//儊儞僶乕柤乮Last)
	private String subsidiaryCode = "";//尰朄僐乕僪
	private String dept = "";//晹彁
	private String email = "";//儊乕儖傾僪儗僗
	private String telephone = "";//揹榖斣崋
	private String bossNameFirst = "";//忋巌偺柤慜
	private String bossNameLast = "";//忋巌偺柤慜
	private String bossEMail = "";//忋巌偺儊乕儖傾僪儗僗
	private String menberKind = "";//儊儞僶乕庬椶
	private String adminAuthority = "";//俙倓倣倝値尃尷
	private String downloadOk = "";//僟僂儞儘乕僪壜斲
	private String deleteFlg = "";//嶍彍僼儔僌
	private String createUser = "";//嶌惉儐乕僓乕
	private String createDate = "";//嶌惉擔帪
	private String updateUser = "";//峏怴儐乕僓乕
	private String updateDate = "";//峏怴擔帪
	private String visible = "";//
	
	//--------------------------------------------------------- Methods
	
	/**
	 * Returns the userId.
	 * @return String
	 */
	public String getUserId() {
	  return userId;
	}

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

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

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

	/**
	 * Returns the memberNameFirst.
	 * @return String
	 */
	public String getMemberNameFirst() {
	  return memberNameFirst;
	}

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

	/**
	 * Returns the memberNameLast.
	 * @return String
	 */
	public String getMemberNameLast() {
	  return memberNameLast;
	}

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

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

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

	/**
	 * Returns the eMail.
	 * @return String
	 */
	public String getEmail() {
	  return email;
	}

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

	/**
	 * Returns the telephone.
	 * @return String
	 */
	public String getTelephone() {
	  return telephone;
	}

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

	/**
	 * Returns the bossNameFirst.
	 * @return String
	 */
	public String getBossNameFirst() {
	  return bossNameFirst;
	}

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

	/**
	 * Returns the bossNameLast.
	 * @return String
	 */
	public String getBossNameLast() {
	  return bossNameLast;
	}

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

	/**
	 * Returns the bossEMail.
	 * @return String
	 */
	public String getBossEMail() {
	  return bossEMail;
	}

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

	/**
	 * Returns the menberKind.
	 * @return String
	 */
	public String getMenberKind() {
	  return menberKind;
	}

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

	/**
	 * Returns the downloadOk.
	 * @return String
	 */
	public String getDownloadOk() {
	  return downloadOk;
	}

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

	/**
	 * Returns the deleteFlg.
	 * @return String
	 */
	public String getDeleteFlg() {
	  return deleteFlg;
	}

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

	/**
	 * 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;
	}

	/**
	 * Returns the adminAuthority.
	 * @return String
	 */
	public String getAdminAuthority() {
	  return adminAuthority;
	}

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

	/**
	 * @return
	 */
	public String getVisible() {
		return visible;
	}

	/**
	 * @param string
	 */
	public void setVisible(String string) {
		visible = string;
	}

}

⌨️ 快捷键说明

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