package com.geo.smallcredit.vo; public class WorkBean { private String imei; private String androidid; private String status; private String desc; private String mobileno; private String userId; private String workName; private String workCategory; private String workTel; private String workAddrProvince; private String workAddrCity; private String workAddrDistrict; private String workAddrDetail; private String workJoinDate; private String workSalary; private String workSalaryOther; private String homeRevenue; public void setImei(String imei){ this.imei = imei; } public String getImei(){ return this.imei; } public void setAndroidid(String androidid){ this.androidid = androidid; } public String getAndroidid(){ return this.androidid; } public void setStatus(String status){ this.status = status; } public String getStatus(){ return this.status; } public void setDesc(String desc){ this.desc = desc; } public String getDesc(){ return this.desc; } public void setMobileno(String mobileno){ this.mobileno = mobileno; } public String getMobileno(){ return this.mobileno; } public void setUserId(String userId){ this.userId = userId; } public String getUserId(){ return this.userId; } public void setWorkName(String workName){ this.workName = workName; } public String getWorkName(){ return this.workName; } public void setWorkCategory(String workCategory){ this.workCategory = workCategory; } public String getWorkCategory(){ return this.workCategory; } public void setWorkTel(String workTel){ this.workTel = workTel; } public String getWorkTel(){ return this.workTel; } public void setWorkAddrProvince(String workAddrProvince){ this.workAddrProvince = workAddrProvince; } public String getWorkAddrProvince(){ return this.workAddrProvince; } public void setWorkAddrCity(String workAddrCity){ this.workAddrCity = workAddrCity; } public String getWorkAddrCity(){ return this.workAddrCity; } public void setWorkAddrDistrict(String workAddrDistrict){ this.workAddrDistrict = workAddrDistrict; } public String getWorkAddrDistrict(){ return this.workAddrDistrict; } public void setWorkAddrDetail(String workAddrDetail){ this.workAddrDetail = workAddrDetail; } public String getWorkAddrDetail(){ return this.workAddrDetail; } public void setWorkJoinDate(String workJoinDate){ this.workJoinDate = workJoinDate; } public String getWorkJoinDate(){ return this.workJoinDate; } public WorkBean() { super(); } public WorkBean(String imei, String androidid, String status, String desc, String mobileno, String userId, String workName, String workCategory, String workTel, String workAddrProvince, String workAddrCity, String workAddrDistrict, String workAddrDetail, String workJoinDate, String workSalary, String workSalaryOther, String homeRevenue) { super(); this.imei = imei; this.androidid = androidid; this.status = status; this.desc = desc; this.mobileno = mobileno; this.userId = userId; this.workName = workName; this.workCategory = workCategory; this.workTel = workTel; this.workAddrProvince = workAddrProvince; this.workAddrCity = workAddrCity; this.workAddrDistrict = workAddrDistrict; this.workAddrDetail = workAddrDetail; this.workJoinDate = workJoinDate; this.workSalary = workSalary; this.workSalaryOther = workSalaryOther; this.homeRevenue = homeRevenue; } public void setWorkSalary(String workSalary){ this.workSalary = workSalary; } public String getWorkSalary(){ return this.workSalary; } public void setWorkSalaryOther(String workSalaryOther){ this.workSalaryOther = workSalaryOther; } public String getWorkSalaryOther(){ return this.workSalaryOther; } public void setHomeRevenue(String homeRevenue){ this.homeRevenue = homeRevenue; } public String getHomeRevenue(){ return this.homeRevenue; } }