📄 gbs_usermastermaintenanceform.java
字号:
/**
* method GBS_UsermastermaintenanceForm.java
* created on 07-29-2004
*
* @author GXK
* @version 1.0
*/
package ACTION;
import java.util.ArrayList;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionMapping;
import COMMON.BaseActionForm;
public class GBS_UserMasterMaintenanceForm extends BaseActionForm {
private String userId = "";//儐乕僓乕ID
private String dispOrder = "";//昞帵弴彉
private String password = "";//僷僗儚乕僪
private String password2 = "";//僷僗儚乕僪
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 ArrayList subsidiaryCodeValueList = new ArrayList();
private ArrayList subsidiaryCodeLabelList = new ArrayList();
/** oldUserId property */
private String oldUserId = "";//Old UserId
private String deleteFlag = "";
private String visible = "";
//--------------------------------------------------------- Methods
/**
* Method reset
* @param ActionMapping mapping
* @param HttpServletRequest request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
userId = "";//儐乕僓乕ID
dispOrder = "";//昞帵弴彉
password = "";//僷僗儚乕僪
password2 = "";//僷僗儚乕僪
memberNameFirst = "";//儊儞僶乕柤乮First)
memberNameLast = "";//儊儞僶乕柤乮Last)
subsidiaryCode = "";//尰朄僐乕僪
dept = "";//晹彁
email = "";//儊乕儖傾僪儗僗
telephone = "";//揹榖斣崋
bossNameFirst = "";//忋巌偺柤慜
bossNameLast = "";//忋巌偺柤慜
bossEMail = "";//忋巌偺儊乕儖傾僪儗僗
menberKind = "";//儊儞僶乕庬椶
adminAuthority = "";//俙倓倣倝値尃尷
downloadOk = "";//僟僂儞儘乕僪壜斲
oldUserId = "";
subsidiaryCodeValueList = new ArrayList();
subsidiaryCodeLabelList = new ArrayList();
super.reset( mapping, request);
}
/**
* Returns the oldUserId.
* @return String
*/
public String getOldUserId() {
return oldUserId;
}
/**
* Set the oldUserId.
* @param oldUserId The oldUserId to set
*/
public void setOldUserId(String oldUserId) {
this.oldUserId = oldUserId;
}
/**
* 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 password2.
* @return String
*/
public String getPassword2() {
return password2;
}
/**
* Set the password2.
* @param password2 The password2 to set
*/
public void setPassword2(String password2) {
this.password2 = password2;
}
/**
* 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 adminAuthority.
* @return String
*/
public String getAdminAuthority() {
return adminAuthority;
}
/**
* Set the adminAdministrator.
* @param adminAdministrator The adminAdministrator to set
*/
public void setAdminAuthority(String adminAuthority) {
this.adminAuthority = adminAuthority;
}
/**
* 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 subsidiaryCodeValueList.
* @return String
*/
public ArrayList getSubsidiaryCodeValueList() {
return subsidiaryCodeValueList;
}
/**
* Set the subsidiaryCodeValueList.
* @param subsidiaryCodeValueList The subsidiaryCodeValueList to set
*/
public void setSubsidiaryCodeValueList(ArrayList subsidiaryCodeValueList) {
this.subsidiaryCodeValueList = subsidiaryCodeValueList;
}
/**
* Returns the subsidiaryCodeLabelList.
* @return String
*/
public ArrayList getSubsidiaryCodeLabelList() {
return subsidiaryCodeLabelList;
}
/**
* Set the subsidiaryCodeLabelList.
* @param subsidiaryCodeLabelList The subsidiaryCodeLabelList to set
*/
public void setSubsidiaryCodeLabelList(ArrayList subsidiaryCodeLabelList) {
this.subsidiaryCodeLabelList = subsidiaryCodeLabelList;
}
/**
* @return
*/
public String getDeleteFlag() {
return deleteFlag;
}
/**
* @param string
*/
public void setDeleteFlag(String string) {
deleteFlag = string;
}
/**
* @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 + -