From ac3098578b55b8556a6e498a9ea1e936be588594 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 12 四月 2017 13:38:20 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PhoneCallQueryItem.java | 196 ++++++++++++++++++++---------------------------- 1 files changed, 82 insertions(+), 114 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PhoneCallQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PhoneCallQueryItem.java index 4ceb96e..2c32026 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PhoneCallQueryItem.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PhoneCallQueryItem.java @@ -3,139 +3,79 @@ public class PhoneCallQueryItem { - // 浜哄憳涓婚敭 - private String registerId; // 浜哄憳鍚嶅瓧 - private String username; - // 鍥剧墖鍦板潃 - private String imagePath; - // 鍏徃鍚嶇О - private String companyName; - // 搴ф満鐢佃瘽 - private String tel; - // 璇佷欢缂栧彿 - private String identifyNum; + private String caller; + // 浜哄憳鍚嶅瓧 + private String callee; // 閮ㄩ棬鍚嶇О - private String deptName; - // 鍏徃涓婚敭 - private String companyId; + private String callerDept; + // 閮ㄩ棬鍚嶇О + private String calleeDept; // 鑱屼綅鍚嶇О private String postName; + // 鍥剧墖鍦板潃 + private String callerImage; + // 鍥剧墖鍦板潃 + private String calleeImage; // 绉诲姩鐢佃瘽 private String mobilePhone; - // - private String type; + // 搴ф満鐢佃瘽 + private String tel; /** - * Get 浜哄憳涓婚敭 + * Get 浜哄憳鍚嶅瓧 */ - public String getRegisterId() { - return registerId; + public String getCaller() { + return caller; } - + /** - * Set 浜哄憳涓婚敭 + * Set 浜哄憳鍚嶅瓧 */ - public void setRegisterId(String registerId) { - this.registerId = registerId; + public void setCaller(String caller) { + this.caller = caller; } /** * Get 浜哄憳鍚嶅瓧 */ - public String getUsername() { - return username; + public String getCallee() { + return callee; } - + /** * Set 浜哄憳鍚嶅瓧 */ - public void setUsername(String username) { - this.username = username; - } - - /** - * Get 鍥剧墖鍦板潃 - */ - public String getImagePath() { - return imagePath; - } - - /** - * Set 鍥剧墖鍦板潃 - */ - public void setImagePath(String imagePath) { - this.imagePath = imagePath; - } - - /** - * Get 鍏徃鍚嶇О - */ - public String getCompanyName() { - return companyName; - } - - /** - * Set 鍏徃鍚嶇О - */ - public void setCompanyName(String companyName) { - this.companyName = companyName; - } - - /** - * Get 搴ф満鐢佃瘽 - */ - public String getTel() { - return tel; - } - - /** - * Set 搴ф満鐢佃瘽 - */ - public void setTel(String tel) { - this.tel = tel; - } - - /** - * Get 璇佷欢缂栧彿 - */ - public String getIdentifyNum() { - return identifyNum; - } - - /** - * Set 璇佷欢缂栧彿 - */ - public void setIdentifyNum(String identifyNum) { - this.identifyNum = identifyNum; + public void setCallee(String callee) { + this.callee = callee; } /** * Get 閮ㄩ棬鍚嶇О */ - public String getDeptName() { - return deptName; - } - - /** - * Set 閮ㄩ棬鍚嶇О - */ - public void setDeptName(String deptName) { - this.deptName = deptName; + public String getCallerDept() { + return callerDept; } /** - * Get 鍏徃涓婚敭 + * Set 閮ㄩ棬鍚嶇О */ - public String getCompanyId() { - return companyId; + public void setCallerDept(String callerDept) { + this.callerDept = callerDept; } - + /** - * Set 鍏徃涓婚敭 + * Get 閮ㄩ棬鍚嶇О */ - public void setCompanyId(String companyId) { - this.companyId = companyId; + public String getCalleeDept() { + return calleeDept; + } + + /** + * Set 閮ㄩ棬鍚嶇О + */ + public void setCalleeDept(String calleeDept) { + this.calleeDept = calleeDept; } /** @@ -144,7 +84,7 @@ public String getPostName() { return postName; } - + /** * Set 鑱屼綅鍚嶇О */ @@ -153,12 +93,40 @@ } /** + * Get 鍥剧墖鍦板潃 + */ + public String getCallerImage() { + return callerImage; + } + + /** + * Set 鍥剧墖鍦板潃 + */ + public void setCallerImage(String callerImage) { + this.callerImage = callerImage; + } + + /** + * Get 鍥剧墖鍦板潃 + */ + public String getCalleeImage() { + return calleeImage; + } + + /** + * Set 鍥剧墖鍦板潃 + */ + public void setCalleeImage(String calleeImage) { + this.calleeImage = calleeImage; + } + + /** * Get 绉诲姩鐢佃瘽 */ public String getMobilePhone() { return mobilePhone; } - + /** * Set 绉诲姩鐢佃瘽 */ @@ -167,24 +135,24 @@ } /** - * Get + * Get 搴ф満鐢佃瘽 */ - public String getType() { - return type; + public String getTel() { + return tel; } - + /** - * Set + * Set 搴ф満鐢佃瘽 */ - public void setType(String type) { - this.type = type; + public void setTel(String tel) { + this.tel = tel; } public String toString() { - return - ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath + - ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum + - ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName + - ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type ; + return + ",浜哄憳鍚嶅瓧 =" + caller + ",浜哄憳鍚嶅瓧 =" + callee + ",閮ㄩ棬鍚嶇О =" + callerDept + + ",閮ㄩ棬鍚嶇О =" + calleeDept + ",鑱屼綅鍚嶇О =" + postName + ",鍥剧墖鍦板潃 =" + callerImage + + ",鍥剧墖鍦板潃 =" + calleeImage + ",绉诲姩鐢佃瘽 =" + mobilePhone + ",搴ф満鐢佃瘽 =" + tel + ; } } -- Gitblit v1.8.0