xuxiuxi
2017-04-24 c34f11fb7407594f7c1eb69b11f84a45d13cfa1a
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java
@@ -9,8 +9,8 @@
   private String registerId;
   // 人员名字
   private String username;
   // 图片地址
   private String imagePath;
   // 监控图片
   private String surveillancePhoto;
   // 公司名称
   private String companyName;
   // 座机电话
@@ -25,27 +25,27 @@
   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;
   /**
@@ -54,7 +54,7 @@
   public String getRegisterId() {
      return registerId;
   }
   /**
    * Set 人员主键
    */
@@ -68,7 +68,7 @@
   public String getUsername() {
      return username;
   }
   /**
    * Set 人员名字
    */
@@ -77,17 +77,17 @@
   }
   /**
    * Get 图片地址
    * Get 监控图片
    */
   public String getImagePath() {
      return imagePath;
   public String getSurveillancePhoto() {
      return surveillancePhoto;
   }
   /**
    * Set 图片地址
    * Set 监控图片
    */
   public void setImagePath(String imagePath) {
      this.imagePath = imagePath;
   public void setSurveillancePhoto(String surveillancePhoto) {
      this.surveillancePhoto = surveillancePhoto;
   }
   /**
@@ -96,7 +96,7 @@
   public String getCompanyName() {
      return companyName;
   }
   /**
    * Set 公司名称
    */
@@ -110,7 +110,7 @@
   public String getTel() {
      return tel;
   }
   /**
    * Set 座机电话
    */
@@ -124,7 +124,7 @@
   public String getIdentifyNum() {
      return identifyNum;
   }
   /**
    * Set 证件编号
    */
@@ -138,7 +138,7 @@
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
@@ -152,7 +152,7 @@
   public String getCompanyId() {
      return companyId;
   }
   /**
    * Set 公司主键
    */
@@ -166,7 +166,7 @@
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
@@ -180,7 +180,7 @@
   public String getMobilePhone() {
      return mobilePhone;
   }
   /**
    * Set 移动电话
    */
@@ -189,168 +189,168 @@
   }
   /**
    * Get
    * Get
    */
   public String getType() {
      return type;
   }
   /**
    * Set
    * Set
    */
   public void setType(String type) {
      this.type = type;
   }
   /**
    * Get
    * Get
    */
   public String getGender() {
      return gender;
   }
   /**
    * Set
    * Set
    */
   public void setGender(String gender) {
      this.gender = gender;
   }
   /**
    * Get
    * Get
    */
   public String getIdentityType() {
      return identityType;
   }
   /**
    * Set
    * Set
    */
   public void setIdentityType(String identityType) {
      this.identityType = identityType;
   }
   /**
    * Get
    * Get
    */
   public String getBirthday() {
      return birthday;
   }
   /**
    * Set
    * Set
    */
   public void setBirthday(String birthday) {
      this.birthday = birthday;
   }
   /**
    * Get
    * Get
    */
   public String getCountryName() {
      return countryName;
   }
   /**
    * Set
    * Set
    */
   public void setCountryName(String countryName) {
      this.countryName = countryName;
   }
   /**
    * Get
    * Get
    */
   public String getVisitee() {
      return visitee;
   }
   /**
    * Set
    * Set
    */
   public void setVisitee(String visitee) {
      this.visitee = visitee;
   }
   /**
    * Get
    * Get
    */
   public String getVisitReason() {
      return visitReason;
   }
   /**
    * Set
    * Set
    */
   public void setVisitReason(String visitReason) {
      this.visitReason = visitReason;
   }
   /**
    * Get
    * Get
    */
   public String getEnterTime() {
      return enterTime;
   }
   /**
    * Set
    * Set
    */
   public void setEnterTime(String enterTime) {
      this.enterTime = enterTime;
   }
   /**
    * Get
    * Get
    */
   public String getExitTime() {
      return exitTime;
   }
   /**
    * Set
    * Set
    */
   public void setExitTime(String exitTime) {
      this.exitTime = exitTime;
   }
   /**
    * Get
    * Get
    */
   public String getCurrentStatus() {
      return currentStatus;
   }
   /**
    * Set
    * Set
    */
   public void setCurrentStatus(String currentStatus) {
      this.currentStatus = currentStatus;
   }
   /**
    * Get
    * Get
    */
   public String getIdCardPhoto() {
      return idCardPhoto;
   }
   /**
    * Set
    * Set
    */
   public void setIdCardPhoto(String idCardPhoto) {
      this.idCardPhoto = idCardPhoto;
   }
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
                  ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
                  ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
                  ",移动电话 =" + mobilePhone +  ", ="     + type       +  ", ="     + gender     +
                  ", ="     + identityType +  ", ="     + birthday   +  ", ="     + countryName +
                  ", ="     + visitee    +  ", ="     + visitReason +  ", ="     + enterTime  +
                  ", ="     + exitTime   +  ", ="     + currentStatus +  ", ="     + idCardPhoto
            ;
      return
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
          ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
          ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
          ",移动电话 =" + mobilePhone +  ", ="     + type       +  ", ="     + gender     +
          ", ="     + identityType +  ", ="     + birthday   +  ", ="     + countryName +
          ", ="     + visitee    +  ", ="     + visitReason +  ", ="     + enterTime  +
          ", ="     + exitTime   +  ", ="     + currentStatus +  ", ="     + idCardPhoto
         ;
   }
}