打字猴:1.700466649e+09
1700466649 _homeInfo,IOuterUserOfficeInfo_officeInfo){
1700466650
1700466651 this.baseInfo=_baseInfo;
1700466652
1700466653 this.homeInfo=_homeInfo;
1700466654
1700466655 this.officeInfo=_officeInfo;
1700466656
1700466657 //数据处理
1700466658
1700466659 this.baseMap=this.baseInfo.getUserBaseInfo();
1700466660
1700466661 this.homeMap=this.homeInfo.getUserHomeInfo();
1700466662
1700466663 this.officeMap=this.officeInfo.getUserOfficeInfo();
1700466664
1700466665 }
1700466666
1700466667 //家庭地址
1700466668
1700466669 public String getHomeAddress(){
1700466670
1700466671 String homeAddress=(String)this.homeMap.get(“homeAddress”);
1700466672
1700466673 System.out.println(homeAddress);
1700466674
1700466675 return homeAddress;
1700466676
1700466677 }
1700466678
1700466679 //家庭电话号码
1700466680
1700466681 public String getHomeTelNumber(){
1700466682
1700466683 String homeTelNumber=(String)this.homeMap.get(“homeTelNumber”);
1700466684
1700466685 System.out.println(homeTelNumber);
1700466686
1700466687 return homeTelNumber;
1700466688
1700466689 }
1700466690
1700466691 //职位信息
1700466692
1700466693 public String getJobPosition(){
1700466694
1700466695 String jobPosition=(String)this.officeMap.get(“jobPosition”);
1700466696
1700466697 System.out.println(jobPosition);
1700466698
[ 上一页 ]  [ :1.700466649e+09 ]  [ 下一页 ]