xuxiuxi
2017-05-05 55e3f5761aae3dca19b0e417c05043d718891af0
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java
@@ -5,103 +5,117 @@
public class VisitQueryItem {
   // 人员主键
   private String registerId;
   // 人员名字
   private String name;
   // 移动电话
   private String mobilePhone;
   // 名称
   private String gender;
   // 名称
   private String identityType;
   // 名称
   private String countryName;
   private String username;
   // 监控图片
   private String surveillancePhoto;
   // 公司名称
   private String companyName;
   // 座机电话
   private String tel;
   // 证件编号
   private String identifyNum;
   // 出生日期
   private String birthday;
   // 公司名称
   private String compnayName;
   // 人员名字
   private String toPerson;
   // 来访时间
   private String startTime;
   // 签离时间
   private String lastTime;
   // 访问事由
   private String bfsq;
   // 部门名称
   private String deptName;
   // 最新的访问状态
   private String status;
   // 公司主键
   private String companyId;
   // 职位名称
   private String postName;
   // 移动电话
   private String mobilePhone;
   //
   private String type;
   //
   private String gender;
   //
   private String identityType;
   //
   private String birthday;
   //
   private String countryName;
   //
   private String visitee;
   //
   private String visitReason;
   //
   private String enterTime;
   //
   private String exitTime;
   //
   private String currentStatus;
   //
   private String idCardPhoto;
   /**
    * Get 人员主键
    */
   public String getRegisterId() {
      return registerId;
   }
   /**
    * Set 人员主键
    */
   public void setRegisterId(String registerId) {
      this.registerId = registerId;
   }
   /**
    * Get 人员名字
    */
   public String getName() {
      return name;
   public String getUsername() {
      return username;
   }
   
   /**
    * Set 人员名字
    */
   public void setName(String name) {
      this.name = name;
   public void setUsername(String username) {
      this.username = username;
   }
   /**
    * Get 移动电话
    * Get 监控图片
    */
   public String getMobilePhone() {
      return mobilePhone;
   public String getSurveillancePhoto() {
      return surveillancePhoto;
   }
   
   /**
    * Set 移动电话
    * Set 监控图片
    */
   public void setMobilePhone(String mobilePhone) {
      this.mobilePhone = mobilePhone;
   public void setSurveillancePhoto(String surveillancePhoto) {
      this.surveillancePhoto = surveillancePhoto;
   }
   /**
    * Get 名称
    * Get 公司名称
    */
   public String getGender() {
      return gender;
   public String getCompanyName() {
      return companyName;
   }
   
   /**
    * Set 名称
    * Set 公司名称
    */
   public void setGender(String gender) {
      this.gender = gender;
   public void setCompanyName(String companyName) {
      this.companyName = companyName;
   }
   /**
    * Get 名称
    * Get 座机电话
    */
   public String getIdentityType() {
      return identityType;
   public String getTel() {
      return tel;
   }
   
   /**
    * Set 名称
    * Set 座机电话
    */
   public void setIdentityType(String identityType) {
      this.identityType = identityType;
   }
   /**
    * Get 名称
    */
   public String getCountryName() {
      return countryName;
   }
   /**
    * Set 名称
    */
   public void setCountryName(String countryName) {
      this.countryName = countryName;
   public void setTel(String tel) {
      this.tel = tel;
   }
   /**
@@ -119,90 +133,6 @@
   }
   /**
    * Get 出生日期
    */
   public String getBirthday() {
      return birthday;
   }
   /**
    * Set 出生日期
    */
   public void setBirthday(String birthday) {
      this.birthday = birthday;
   }
   /**
    * Get 公司名称
    */
   public String getCompnayName() {
      return compnayName;
   }
   /**
    * Set 公司名称
    */
   public void setCompnayName(String compnayName) {
      this.compnayName = compnayName;
   }
   /**
    * Get 人员名字
    */
   public String getToPerson() {
      return toPerson;
   }
   /**
    * Set 人员名字
    */
   public void setToPerson(String toPerson) {
      this.toPerson = toPerson;
   }
   /**
    * Get 来访时间
    */
   public String getStartTime() {
      return startTime;
   }
   /**
    * Set 来访时间
    */
   public void setStartTime(String startTime) {
      this.startTime = startTime;
   }
   /**
    * Get 签离时间
    */
   public String getLastTime() {
      return lastTime;
   }
   /**
    * Set 签离时间
    */
   public void setLastTime(String lastTime) {
      this.lastTime = lastTime;
   }
   /**
    * Get 访问事由
    */
   public String getBfsq() {
      return bfsq;
   }
   /**
    * Set 访问事由
    */
   public void setBfsq(String bfsq) {
      this.bfsq = bfsq;
   }
   /**
    * Get 部门名称
    */
   public String getDeptName() {
@@ -217,25 +147,210 @@
   }
   /**
    * Get 最新的访问状态
    * Get 公司主键
    */
   public String getStatus() {
      return status;
   public String getCompanyId() {
      return companyId;
   }
   
   /**
    * Set 最新的访问状态
    * Set 公司主键
    */
   public void setStatus(String status) {
      this.status = status;
   public void setCompanyId(String companyId) {
      this.companyId = companyId;
   }
   /**
    * Get 职位名称
    */
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
   public void setPostName(String postName) {
      this.postName = postName;
   }
   /**
    * Get 移动电话
    */
   public String getMobilePhone() {
      return mobilePhone;
   }
   /**
    * Set 移动电话
    */
   public void setMobilePhone(String mobilePhone) {
      this.mobilePhone = mobilePhone;
   }
   /**
    * Get
    */
   public String getType() {
      return type;
   }
   /**
    * Set
    */
   public void setType(String type) {
      this.type = type;
   }
   /**
    * Get
    */
   public String getGender() {
      return gender;
   }
   /**
    * Set
    */
   public void setGender(String gender) {
      this.gender = gender;
   }
   /**
    * Get
    */
   public String getIdentityType() {
      return identityType;
   }
   /**
    * Set
    */
   public void setIdentityType(String identityType) {
      this.identityType = identityType;
   }
   /**
    * Get
    */
   public String getBirthday() {
      return birthday;
   }
   /**
    * Set
    */
   public void setBirthday(String birthday) {
      this.birthday = birthday;
   }
   /**
    * Get
    */
   public String getCountryName() {
      return countryName;
   }
   /**
    * Set
    */
   public void setCountryName(String countryName) {
      this.countryName = countryName;
   }
   /**
    * Get
    */
   public String getVisitee() {
      return visitee;
   }
   /**
    * Set
    */
   public void setVisitee(String visitee) {
      this.visitee = visitee;
   }
   /**
    * Get
    */
   public String getVisitReason() {
      return visitReason;
   }
   /**
    * Set
    */
   public void setVisitReason(String visitReason) {
      this.visitReason = visitReason;
   }
   /**
    * Get
    */
   public String getEnterTime() {
      return enterTime;
   }
   /**
    * Set
    */
   public void setEnterTime(String enterTime) {
      this.enterTime = enterTime;
   }
   /**
    * Get
    */
   public String getExitTime() {
      return exitTime;
   }
   /**
    * Set
    */
   public void setExitTime(String exitTime) {
      this.exitTime = exitTime;
   }
   /**
    * Get
    */
   public String getCurrentStatus() {
      return currentStatus;
   }
   /**
    * Set
    */
   public void setCurrentStatus(String currentStatus) {
      this.currentStatus = currentStatus;
   }
   /**
    * Get
    */
   public String getIdCardPhoto() {
      return idCardPhoto;
   }
   /**
    * Set
    */
   public void setIdCardPhoto(String idCardPhoto) {
      this.idCardPhoto = idCardPhoto;
   }
   public String toString() {
      return 
          ",人员名字 =" + name       +  ",移动电话 =" + mobilePhone +  ",名称 ="   + gender     +
          ",名称 ="   + identityType +  ",名称 ="   + countryName +  ",证件编号 =" + identifyNum +
          ",出生日期 =" + birthday   +  ",公司名称 =" + compnayName +  ",人员名字 =" + toPerson   +
          ",来访时间 =" + startTime  +  ",签离时间 =" + lastTime   +  ",访问事由 =" + bfsq       +
          ",部门名称 =" + deptName   +  ",最新的访问状态 ="+ status    ;
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
          ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
          ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
          ",移动电话 =" + mobilePhone +  ", ="     + type       +  ", ="     + gender     +
          ", ="     + identityType +  ", ="     + birthday   +  ", ="     + countryName +
          ", ="     + visitee    +  ", ="     + visitReason +  ", ="     + enterTime  +
          ", ="     + exitTime   +  ", ="     + currentStatus +  ", ="     + idCardPhoto
         ;
   }
}