no

no

BlogJava 首页 新随笔 联系 聚合 管理
  6 Posts :: 2 Stories :: 0 Comments :: 0 Trackbacks
  1public class TSysUser implements java.io.Serializable {
  2    private String szUserId;
  3    private String szUserName;
  4    private String szPassword;
  5    private Blob imPhoto;
  6    private String szOrgan;
  7    private String szStation;
  8    private String szSex;
  9    private String szBirthday;
 10    private String szJob;
 11    private String szEduExperience;
 12    private String szGraduationSchool;
 13    private String szOfficeHolder;
 14    private String szEmployeeType;
 15    private String szEntryBankDate;
 16    private String szWorkDate;
 17    private String szIdCardNumber;
 18    private String szMarriageState;
 19    private String szFamilyAddress;
 20    private String szLifeAddress;
 21    private String szFamilyTel;
 22    private String szMobilePhone;
 23    private String szRegState;
 24    private String szUserRole;
 25    
 26    public String getSzUserId() {
 27        return this.szUserId;
 28    }
 29    public void setSzUserId(String szUserId) {
 30        this.szUserId = szUserId;
 31    }
 32    public String getSzUserName() {
 33        return this.szUserName;
 34    }
 35    public void setSzUserName(String szUserName) {
 36        this.szUserName = szUserName;
 37    }
 38    public Blob getImPhoto() {
 39        return this.imPhoto;
 40    }
 41    public void setImPhoto(Blob imPhoto) {
 42        this.imPhoto = imPhoto;
 43    }
 44    public String getSzOrgan() {
 45        return this.szOrgan;
 46    }
 47    public void setSzOrgan(String szOrgan) {
 48        this.szOrgan = szOrgan;
 49    }
 50    public String getSzStation() {
 51        return this.szStation;
 52    }
 53    public void setSzStation(String szStation) {
 54        this.szStation = szStation;
 55    }
 56    public String getSzSex() {
 57        return this.szSex;
 58    }
 59    public void setSzSex(String szSex) {
 60        this.szSex = szSex;
 61    }
 62    public String getSzBirthday() {
 63        return this.szBirthday;
 64    }
 65    public void setSzBirthday(String szBirthday) {
 66        this.szBirthday = szBirthday;
 67    }
 68    public String getSzJob() {
 69        return this.szJob;
 70    }
 71    public void setSzJob(String szJob) {
 72        this.szJob = szJob;
 73    }
 74    public String getSzEduExperience() {
 75        return this.szEduExperience;
 76    }
 77    public void setSzEduExperience(String szEduExperience) {
 78        this.szEduExperience = szEduExperience;
 79    }
 80    public String getSzGraduationSchool() {
 81        return this.szGraduationSchool;
 82    }
 83    public void setSzGraduationSchool(String szGraduationSchool) {
 84        this.szGraduationSchool = szGraduationSchool;
 85    }
 86    public String getSzOfficeHolder() {
 87        return this.szOfficeHolder;
 88    }
 89    public void setSzOfficeHolder(String szOfficeHolder) {
 90        this.szOfficeHolder = szOfficeHolder;
 91    }
 92    public String getSzEmployeeType() {
 93        return this.szEmployeeType;
 94    }
 95    public void setSzEmployeeType(String szEmployeeType) {
 96        this.szEmployeeType = szEmployeeType;
 97    }
 98    public String getSzEntryBankDate() {
 99        return this.szEntryBankDate;
100    }
101    public void setSzEntryBankDate(String szEntryBankDate) {
102        this.szEntryBankDate = szEntryBankDate;
103    }
104    public String getSzWorkDate() {
105        return this.szWorkDate;
106    }
107    public void setSzWorkDate(String szWorkDate) {
108        this.szWorkDate = szWorkDate;
109    }
110    public String getSzIdCardNumber() {
111        return this.szIdCardNumber;
112    }
113    public void setSzIdCardNumber(String szIdCardNumber) {
114        this.szIdCardNumber = szIdCardNumber;
115    }
116    public String getSzMarriageState() {
117        return this.szMarriageState;
118    }
119    public void setSzMarriageState(String szMarriageState) {
120        this.szMarriageState = szMarriageState;
121    }
122    public String getSzFamilyAddress() {
123        return this.szFamilyAddress;
124    }
125    public void setSzFamilyAddress(String szFamilyAddress) {
126        this.szFamilyAddress = szFamilyAddress;
127    }
128    public String getSzLifeAddress() {
129        return this.szLifeAddress;
130    }
131    public void setSzLifeAddress(String szLifeAddress) {
132        this.szLifeAddress = szLifeAddress;
133    }
134    public String getSzFamilyTel() {
135        return this.szFamilyTel;
136    }
137    public void setSzFamilyTel(String szFamilyTel) {
138        this.szFamilyTel = szFamilyTel;
139    }
140    public String getSzMobilePhone() {
141        return this.szMobilePhone;
142    }
143    public void setSzMobilePhone(String szMobilePhone) {
144        this.szMobilePhone = szMobilePhone;
145    }
146    public String getSzRegState() {
147        return this.szRegState;
148    }
149    public void setSzRegState(String szRegState) {
150        this.szRegState = szRegState;
151    }
152    public String getSzUserRole() {
153        return this.szUserRole;
154    }
155    public void setSzUserRole(String szUserRole) {
156        this.szUserRole = szUserRole;
157    }
158    public String getSzPassword() {
159        return szPassword;
160    }
161    public void setSzPassword(String szPassword) {
162        this.szPassword = szPassword;
163    }
164}
posted on 2008-06-17 07:31 yasoo 阅读(151) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: