From 82e57df230ecb744af6c8865f80870ba03c86d89 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期二, 25 七月 2023 22:18:27 +0800 Subject: [PATCH] 基本功能完成 --- app/src/main/java/com/application/zhangshi_app_android/bean/GrowthExperienceInformationBean.java | 401 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 344 insertions(+), 57 deletions(-) diff --git a/app/src/main/java/com/application/zhangshi_app_android/bean/GrowthExperienceInformationBean.java b/app/src/main/java/com/application/zhangshi_app_android/bean/GrowthExperienceInformationBean.java index 8acae11..68ed9b8 100644 --- a/app/src/main/java/com/application/zhangshi_app_android/bean/GrowthExperienceInformationBean.java +++ b/app/src/main/java/com/application/zhangshi_app_android/bean/GrowthExperienceInformationBean.java @@ -8,63 +8,350 @@ */ public class GrowthExperienceInformationBean implements Serializable { private int userId; - private String nickName; - private String oldName; - private int sex; - private String nationality; - private String nation; - private int maritalStatus; - private String politicalOutlook; - private String phoneNumber; - private String idNum; - private String locationAddress; - private String alwaysAddress; - private String alwaysPolice; - private String unit; - private String position; - private int outStatus; - private String idNo; - private String img; - private String birth; - private String url; - public int getUserId() { return userId; } - public void setUserId(int value) { this.userId = value; } - public String getNickName() { return nickName; } - public void setNickName(String value) { this.nickName = value; } - public String getOldName() { return oldName; } - public void setOldName(String value) { this.oldName = value; } - public int getSex() { return sex; } - public void setSex(int value) { this.sex = value; } - public String getNationality() { return nationality; } - public void setNationality(String value) { this.nationality = value; } - public String getNation() { return nation; } - public void setNation(String value) { this.nation = value; } - public int getMaritalStatus() { return maritalStatus; } - public void setMaritalStatus(int value) { this.maritalStatus = value; } - public String getPoliticalOutlook() { return politicalOutlook; } - public void setPoliticalOutlook(String value) { this.politicalOutlook = value; } - public String getPhoneNumber() { return phoneNumber; } - public void setPhoneNumber(String value) { this.phoneNumber = value; } - public String getIdNum() { return idNum; } - public void setIdNum(String value) { this.idNum = value; } + private String nickName;//濮撳悕 + private String oldName;//鏇剧敤鍚� + private int sex;//鎬у埆 0 濂� 1 鐢� + private String nationality;//鍥界睄 + private String nation;//姘戞棌 + private int maritalStatus;//濠氬Щ鐘跺喌 0 鏈 1 宸插 2 绂诲 + private String politicalOutlook;//鏀挎不闈㈣矊 + private String phoneNumber; //鎵嬫満鍙� + private String idNum; //韬唤璇佸彿 + private String locationAddress; //鎴风睄鍦板潃 + private String alwaysAddress; //甯镐綇鍦板潃 + private String locationPolice;//鎴风睄鍦板叕瀹夋満鍏� + private String alwaysPolice; //甯镐綇鍦板叕瀹夋満鍏� + private String unit; //鎵�鍦ㄥ崟浣�/瀛︽牎 + private String position; //鑱屽姟/韬唤 + private int outStatus;//鏄惁澶栫睄銆佸澶栨案涔呭眳鐣欐潈 0 鍚� 1 鏄� + private String idNo;//澶栫睄銆佸澶栫浉鍏宠瘉浠跺彿鐮� + private String deadDay;//姝讳骸鏃ユ湡 + private String constellation;//鏄熷骇 + private String wxNo;//寰俊 + private String qqNo;//qq + private String shengXiao;//鐢熻倴 + private int isMyFamily; + private String familyName;// 鎵�灞炲搴悕瀛� + private String roleName;//鎵�灞炶鑹� + private String img; //鍥剧墖鍦板潃 + private String fatherId;//鐖朵翰id + private String spouseId; + private String momId;//姣嶄翰id + private String birth;//鍑虹敓鏃ユ湡 + private String email;//閭 + private String createTime;//鍒涘缓鏃堕棿 + private String url;//涓汉鑳屾櫙瑙嗛銆佸浘鐗� + private String secondFamilyId;//鍏朵粬瀹跺涵鎺堟潈鐨勫搴璱d - public String getLocationAddress() { return locationAddress; } - public void setLocationAddress(String value) { this.locationAddress = value; } + public int getUserId() { + return userId; + } - public String getAlwaysAddress() { return alwaysAddress; } - public void setAlwaysAddress(String value) { this.alwaysAddress = value; } - public String getUnit() { return unit; } - public void setUnit(String value) { this.unit = value; } - public String getPosition() { return position; } - public void setPosition(String value) { this.position = value; } - public int getOutStatus() { return outStatus; } - public void setOutStatus(int value) { this.outStatus = value; } - public String getIdNo() { return idNo; } - public void setIdNo(String value) { this.idNo = value; } - public String getImg() { return img; } - public void setImg(String value) { this.img = value; } - public String getBirth() { return birth; } - public void setBirth(String value) { this.birth = value; } - public String getUrl() { return url; } - public void setUrl(String value) { this.url = value; } + public void setUserId(int userId) { + this.userId = userId; + } + + public String getEmail() { + return email; + } + + public void setEmail(String email) { + this.email = email; + } + + public String getCreateTime() { + return createTime; + } + + public void setCreateTime(String createTime) { + this.createTime = createTime; + } + + public String getNickName() { + return nickName; + } + + public void setNickName(String nickName) { + this.nickName = nickName; + } + + public String getOldName() { + return oldName; + } + + public void setOldName(String oldName) { + this.oldName = oldName; + } + + public void setSex(int sex) { + this.sex = sex; + } + + public int getSex() { + return sex; + } + + public String getSexStr() { + return sex==0?"濂�":"鐢�"; + } + + public void setSexStr(String sex) { + if (sex!=null){ + this.sex = sex.equals("濂�")?0:1; + } + } + + public String getNationality() { + return nationality; + } + + public void setNationality(String nationality) { + this.nationality = nationality; + } + + public String getNation() { + return nation; + } + + public void setNation(String nation) { + this.nation = nation; + } + + public String getMaritalStatus() { + if (maritalStatus==0){ + return "鏈"; + }else if (maritalStatus==1){ + return "宸插"; + }else if (maritalStatus==2){ + return "绂诲"; + }else { + return "鏈煡"; + } + } + + public void setMaritalStatus(String maritalStatus) { + if (maritalStatus!=null){ + if (maritalStatus.equals("鏈")){ + this.maritalStatus = 0; + }else if (maritalStatus.equals("宸插")){ + this.maritalStatus = 1; + }else if (maritalStatus.equals("绂诲")){ + this.maritalStatus = 2; + }else { + this.maritalStatus = 0; + } + } + } + + public String getPoliticalOutlook() { + return politicalOutlook; + } + + public void setPoliticalOutlook(String politicalOutlook) { + this.politicalOutlook = politicalOutlook; + } + + public String getPhoneNumber() { + return phoneNumber; + } + + public void setPhoneNumber(String phoneNumber) { + this.phoneNumber = phoneNumber; + } + + public String getIdNum() { + return idNum; + } + + public void setIdNum(String idNum) { + this.idNum = idNum; + } + + public String getLocationAddress() { + return locationAddress; + } + + public void setLocationAddress(String locationAddress) { + this.locationAddress = locationAddress; + } + + public String getAlwaysAddress() { + return alwaysAddress; + } + + public void setAlwaysAddress(String alwaysAddress) { + this.alwaysAddress = alwaysAddress; + } + + public String getLocationPolice() { + return locationPolice; + } + + public void setLocationPolice(String locationPolice) { + this.locationPolice = locationPolice; + } + + public String getAlwaysPolice() { + return alwaysPolice; + } + + public void setAlwaysPolice(String alwaysPolice) { + this.alwaysPolice = alwaysPolice; + } + + public String getUnit() { + return unit; + } + + public void setUnit(String unit) { + this.unit = unit; + } + + public String getPosition() { + return position; + } + + public void setPosition(String position) { + this.position = position; + } + + public String getImg() { + return img; + } + + public void setImg(String img) { + this.img = img; + } + + public String getFatherId() { + return fatherId; + } + + public void setFatherId(String fatherId) { + this.fatherId = fatherId; + } + + public String getMomId() { + return momId; + } + + public void setMomId(String momId) { + this.momId = momId; + } + + public String getBirth() { + return birth; + } + + public void setBirth(String birth) { + this.birth = birth; + } + + public String getUrl() { + return url; + } + + public void setUrl(String url) { + this.url = url; + } + + public int getOutStatus() { + return outStatus; + } + + public void setOutStatus(int outStatus) { + this.outStatus = outStatus; + } + + public String getIdNo() { + return idNo; + } + + public void setIdNo(String idNo) { + this.idNo = idNo; + } + + public String getSecondFamilyId() { + return secondFamilyId; + } + + public void setSecondFamilyId(String secondFamilyId) { + this.secondFamilyId = secondFamilyId; + } + + public void setMaritalStatus(int maritalStatus) { + this.maritalStatus = maritalStatus; + } + + public String getDeadDay() { + return deadDay; + } + + public void setDeadDay(String deadDay) { + this.deadDay = deadDay; + } + + public String getConstellation() { + return constellation; + } + + public void setConstellation(String constellation) { + this.constellation = constellation; + } + + public String getWxNo() { + return wxNo; + } + + public void setWxNo(String wxNo) { + this.wxNo = wxNo; + } + + public String getQqNo() { + return qqNo; + } + + public void setQqNo(String qqNo) { + this.qqNo = qqNo; + } + + public String getShengXiao() { + return shengXiao; + } + + public void setShengXiao(String shengXiao) { + this.shengXiao = shengXiao; + } + + public int getIsMyFamily() { + return isMyFamily; + } + + public void setIsMyFamily(int isMyFamily) { + this.isMyFamily = isMyFamily; + } + + public String getFamilyName() { + return familyName; + } + + public void setFamilyName(String familyName) { + this.familyName = familyName; + } + + public String getRoleName() { + return roleName; + } + + public void setRoleName(String roleName) { + this.roleName = roleName; + } + + public String getSpouseId() { + return spouseId; + } + + public void setSpouseId(String spouseId) { + this.spouseId = spouseId; + } } -- Gitblit v1.9.1