package com.test.model;
public class Client {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.UUID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String uuid;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.ID_CARD
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String idCard;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.APPLY_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String applyDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.APPLY_ID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String applyId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.CAR_HAVA_VAL
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String carHavaVal;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.CHILD_NUMBER
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private Integer childNumber;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column client.COME_HERE_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
private String comeHereDate;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.UUID
*
* @return the value of client.UUID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getUuid() {
return uuid;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.UUID
*
* @param uuid the value for client.UUID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.ID_CARD
*
* @return the value of client.ID_CARD
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getIdCard() {
return idCard;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.ID_CARD
*
* @param idCard the value for client.ID_CARD
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setIdCard(String idCard) {
this.idCard = idCard == null ? null : idCard.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.APPLY_DATE
*
* @return the value of client.APPLY_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getApplyDate() {
return applyDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.APPLY_DATE
*
* @param applyDate the value for client.APPLY_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setApplyDate(String applyDate) {
this.applyDate = applyDate == null ? null : applyDate.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.APPLY_ID
*
* @return the value of client.APPLY_ID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getApplyId() {
return applyId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.APPLY_ID
*
* @param applyId the value for client.APPLY_ID
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setApplyId(String applyId) {
this.applyId = applyId == null ? null : applyId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.CAR_HAVA_VAL
*
* @return the value of client.CAR_HAVA_VAL
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getCarHavaVal() {
return carHavaVal;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.CAR_HAVA_VAL
*
* @param carHavaVal the value for client.CAR_HAVA_VAL
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setCarHavaVal(String carHavaVal) {
this.carHavaVal = carHavaVal == null ? null : carHavaVal.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.CHILD_NUMBER
*
* @return the value of client.CHILD_NUMBER
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public Integer getChildNumber() {
return childNumber;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.CHILD_NUMBER
*
* @param childNumber the value for client.CHILD_NUMBER
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setChildNumber(Integer childNumber) {
this.childNumber = childNumber;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column client.COME_HERE_DATE
*
* @return the value of client.COME_HERE_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public String getComeHereDate() {
return comeHereDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column client.COME_HERE_DATE
*
* @param comeHereDate the value for client.COME_HERE_DATE
*
* @mbggenerated Thu Mar 01 09:07:54 CST 2018
*/
public void setComeHereDate(String comeHereDate) {
this.comeHereDate = comeHereDate == null ? null : comeHereDate.trim();
}
}