📄 userinfobean.java
字号:
/*
* UserinfoBean.java
*
* Created on 2008年2月20日, 上午7:38
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.myapp.struts.forvenus;
/**
*
* @author Administrator
*/
public class UserinfoBean {
/** Creates a new instance of UserinfoBean */
public UserinfoBean(
String UserName,
String ULogPass,
String UpayPass,
String UserGroups,
String URealName,
String UCardID,
String PKI,
String SKey,
String email,
String UPhone,
double Account,
String LetterNum,
String LetterKey
) {
this.UserName = UserName;
this.ULogPass = ULogPass;
this.UpayPass = UpayPass;
this.UserGroups = UserGroups;
this.URealName = URealName;
this.UCardID = UCardID;
this.PKI = PKI;
this.SKey = SKey;
this.email = email;
this.UPhone = UPhone;
this.Account = Account;
this.LetterNum = LetterNum;
this.LetterKey = LetterKey;
}
public String UserName;
public String ULogPass;
public String UpayPass;
public String UserGroups;
public String URealName;
public String UCardID;
public String PKI;
public String SKey;
public String email;
public String UPhone;
public double Account;
public String LetterNum;
public String LetterKey;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -