KeyValueConfig.java 16 KB
Newer Older
1
package pwc.taxtech.atms.entity;
2 3 4 5 6 7 8

import java.io.Serializable;
import java.util.Date;

/**
 *
 * This class was generated by MyBatis Generator.
gary's avatar
gary committed
9
 * This class corresponds to the database table key_value_config
10 11 12
 *
 * @mbg.generated do_not_delete_during_merge
 */
gary's avatar
gary committed
13
public class KeyValueConfig extends BaseEntity implements Serializable {
14 15 16
    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
17
     * This field corresponds to the database column key_value_config.id
18 19 20
     *
     * @mbg.generated
     */
neo's avatar
neo committed
21
    private String id;
22 23 24 25

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
26
     * This field corresponds to the database column key_value_config.key_code
27 28 29 30 31 32 33 34
     *
     * @mbg.generated
     */
    private String keyCode;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
35
     * This field corresponds to the database column key_value_config.name
36 37 38 39 40 41 42 43
     *
     * @mbg.generated
     */
    private String name;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
44
     * This field corresponds to the database column key_value_config.key_value_type
45 46 47 48 49 50 51 52
     *
     * @mbg.generated
     */
    private Integer keyValueType;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
53
     * This field corresponds to the database column key_value_config.formula
54 55 56 57 58 59 60 61
     *
     * @mbg.generated
     */
    private String formula;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
62
     * This field corresponds to the database column key_value_config.is_constant
63 64 65 66 67 68 69 70
     *
     * @mbg.generated
     */
    private Integer isConstant;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
71
     * This field corresponds to the database column key_value_config.calculate_status
72 73 74 75 76 77 78 79
     *
     * @mbg.generated
     */
    private Integer calculateStatus;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
80
     * This field corresponds to the database column key_value_config.result_type
81 82 83 84 85 86 87 88
     *
     * @mbg.generated
     */
    private Integer resultType;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
89
     * This field corresponds to the database column key_value_config.service_type_ids
90 91 92
     *
     * @mbg.generated
     */
neo's avatar
neo committed
93
    private String serviceTypeIds;
94 95 96 97

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
98
     * This field corresponds to the database column key_value_config.industry_ids
99 100 101
     *
     * @mbg.generated
     */
neo's avatar
neo committed
102
    private String industryIds;
103 104 105 106

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
107
     * This field corresponds to the database column key_value_config.description
108 109 110 111 112 113 114 115
     *
     * @mbg.generated
     */
    private String description;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
116
     * This field corresponds to the database column key_value_config.creator
117 118 119 120 121 122 123 124
     *
     * @mbg.generated
     */
    private String creator;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
125
     * This field corresponds to the database column key_value_config.create_time
126 127 128 129 130 131 132 133
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
134
     * This field corresponds to the database column key_value_config.updator
135 136 137 138 139 140 141 142
     *
     * @mbg.generated
     */
    private String updator;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
143
     * This field corresponds to the database column key_value_config.update_time
144 145 146 147 148 149 150 151
     *
     * @mbg.generated
     */
    private Date updateTime;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
152
     * This field corresponds to the database column key_value_config.data_source
153 154 155 156 157 158 159
     *
     * @mbg.generated
     */
    private String dataSource;

    /**
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
160
     * This field corresponds to the database table key_value_config
161 162 163 164 165 166 167
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
168
     * This method returns the value of the database column key_value_config.id
169
     *
gary's avatar
gary committed
170
     * @return the value of key_value_config.id
171 172 173
     *
     * @mbg.generated
     */
neo's avatar
neo committed
174 175
    public String getId() {
        return id;
176 177 178 179
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
180
     * This method sets the value of the database column key_value_config.id
181
     *
gary's avatar
gary committed
182
     * @param id the value for key_value_config.id
183 184 185
     *
     * @mbg.generated
     */
neo's avatar
neo committed
186 187
    public void setId(String id) {
        this.id = id == null ? null : id.trim();
188 189 190 191
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
192
     * This method returns the value of the database column key_value_config.key_code
193
     *
gary's avatar
gary committed
194
     * @return the value of key_value_config.key_code
195 196 197 198 199 200 201 202 203
     *
     * @mbg.generated
     */
    public String getKeyCode() {
        return keyCode;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
204
     * This method sets the value of the database column key_value_config.key_code
205
     *
gary's avatar
gary committed
206
     * @param keyCode the value for key_value_config.key_code
207 208 209 210 211 212 213 214 215
     *
     * @mbg.generated
     */
    public void setKeyCode(String keyCode) {
        this.keyCode = keyCode == null ? null : keyCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
216
     * This method returns the value of the database column key_value_config.name
217
     *
gary's avatar
gary committed
218
     * @return the value of key_value_config.name
219 220 221 222 223 224 225 226 227
     *
     * @mbg.generated
     */
    public String getName() {
        return name;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
228
     * This method sets the value of the database column key_value_config.name
229
     *
gary's avatar
gary committed
230
     * @param name the value for key_value_config.name
231 232 233 234 235 236 237 238 239
     *
     * @mbg.generated
     */
    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
240
     * This method returns the value of the database column key_value_config.key_value_type
241
     *
gary's avatar
gary committed
242
     * @return the value of key_value_config.key_value_type
243 244 245 246 247 248 249 250 251
     *
     * @mbg.generated
     */
    public Integer getKeyValueType() {
        return keyValueType;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
252
     * This method sets the value of the database column key_value_config.key_value_type
253
     *
gary's avatar
gary committed
254
     * @param keyValueType the value for key_value_config.key_value_type
255 256 257 258 259 260 261 262 263
     *
     * @mbg.generated
     */
    public void setKeyValueType(Integer keyValueType) {
        this.keyValueType = keyValueType;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
264
     * This method returns the value of the database column key_value_config.formula
265
     *
gary's avatar
gary committed
266
     * @return the value of key_value_config.formula
267 268 269 270 271 272 273 274 275
     *
     * @mbg.generated
     */
    public String getFormula() {
        return formula;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
276
     * This method sets the value of the database column key_value_config.formula
277
     *
gary's avatar
gary committed
278
     * @param formula the value for key_value_config.formula
279 280 281 282 283 284 285 286 287
     *
     * @mbg.generated
     */
    public void setFormula(String formula) {
        this.formula = formula == null ? null : formula.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
288
     * This method returns the value of the database column key_value_config.is_constant
289
     *
gary's avatar
gary committed
290
     * @return the value of key_value_config.is_constant
291 292 293 294 295 296 297 298 299
     *
     * @mbg.generated
     */
    public Integer getIsConstant() {
        return isConstant;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
300
     * This method sets the value of the database column key_value_config.is_constant
301
     *
gary's avatar
gary committed
302
     * @param isConstant the value for key_value_config.is_constant
303 304 305 306 307 308 309 310 311
     *
     * @mbg.generated
     */
    public void setIsConstant(Integer isConstant) {
        this.isConstant = isConstant;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
312
     * This method returns the value of the database column key_value_config.calculate_status
313
     *
gary's avatar
gary committed
314
     * @return the value of key_value_config.calculate_status
315 316 317 318 319 320 321 322 323
     *
     * @mbg.generated
     */
    public Integer getCalculateStatus() {
        return calculateStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
324
     * This method sets the value of the database column key_value_config.calculate_status
325
     *
gary's avatar
gary committed
326
     * @param calculateStatus the value for key_value_config.calculate_status
327 328 329 330 331 332 333 334 335
     *
     * @mbg.generated
     */
    public void setCalculateStatus(Integer calculateStatus) {
        this.calculateStatus = calculateStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
336
     * This method returns the value of the database column key_value_config.result_type
337
     *
gary's avatar
gary committed
338
     * @return the value of key_value_config.result_type
339 340 341 342 343 344 345 346 347
     *
     * @mbg.generated
     */
    public Integer getResultType() {
        return resultType;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
348
     * This method sets the value of the database column key_value_config.result_type
349
     *
gary's avatar
gary committed
350
     * @param resultType the value for key_value_config.result_type
351 352 353 354 355 356 357 358 359
     *
     * @mbg.generated
     */
    public void setResultType(Integer resultType) {
        this.resultType = resultType;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
360
     * This method returns the value of the database column key_value_config.service_type_ids
361
     *
gary's avatar
gary committed
362
     * @return the value of key_value_config.service_type_ids
363 364 365
     *
     * @mbg.generated
     */
neo's avatar
neo committed
366 367
    public String getServiceTypeIds() {
        return serviceTypeIds;
368 369 370 371
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
372
     * This method sets the value of the database column key_value_config.service_type_ids
373
     *
gary's avatar
gary committed
374
     * @param serviceTypeIds the value for key_value_config.service_type_ids
375 376 377
     *
     * @mbg.generated
     */
neo's avatar
neo committed
378 379
    public void setServiceTypeIds(String serviceTypeIds) {
        this.serviceTypeIds = serviceTypeIds == null ? null : serviceTypeIds.trim();
380 381 382 383
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
384
     * This method returns the value of the database column key_value_config.industry_ids
385
     *
gary's avatar
gary committed
386
     * @return the value of key_value_config.industry_ids
387 388 389
     *
     * @mbg.generated
     */
neo's avatar
neo committed
390 391
    public String getIndustryIds() {
        return industryIds;
392 393 394 395
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
396
     * This method sets the value of the database column key_value_config.industry_ids
397
     *
gary's avatar
gary committed
398
     * @param industryIds the value for key_value_config.industry_ids
399 400 401
     *
     * @mbg.generated
     */
neo's avatar
neo committed
402 403
    public void setIndustryIds(String industryIds) {
        this.industryIds = industryIds == null ? null : industryIds.trim();
404 405 406 407
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
408
     * This method returns the value of the database column key_value_config.description
409
     *
gary's avatar
gary committed
410
     * @return the value of key_value_config.description
411 412 413 414 415 416 417 418 419
     *
     * @mbg.generated
     */
    public String getDescription() {
        return description;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
420
     * This method sets the value of the database column key_value_config.description
421
     *
gary's avatar
gary committed
422
     * @param description the value for key_value_config.description
423 424 425 426 427 428 429 430 431
     *
     * @mbg.generated
     */
    public void setDescription(String description) {
        this.description = description == null ? null : description.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
432
     * This method returns the value of the database column key_value_config.creator
433
     *
gary's avatar
gary committed
434
     * @return the value of key_value_config.creator
435 436 437 438 439 440 441 442 443
     *
     * @mbg.generated
     */
    public String getCreator() {
        return creator;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
444
     * This method sets the value of the database column key_value_config.creator
445
     *
gary's avatar
gary committed
446
     * @param creator the value for key_value_config.creator
447 448 449 450 451 452 453 454 455
     *
     * @mbg.generated
     */
    public void setCreator(String creator) {
        this.creator = creator == null ? null : creator.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
456
     * This method returns the value of the database column key_value_config.create_time
457
     *
gary's avatar
gary committed
458
     * @return the value of key_value_config.create_time
459 460 461 462 463 464 465 466 467
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
468
     * This method sets the value of the database column key_value_config.create_time
469
     *
gary's avatar
gary committed
470
     * @param createTime the value for key_value_config.create_time
471 472 473 474 475 476 477 478 479
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
480
     * This method returns the value of the database column key_value_config.updator
481
     *
gary's avatar
gary committed
482
     * @return the value of key_value_config.updator
483 484 485 486 487 488 489 490 491
     *
     * @mbg.generated
     */
    public String getUpdator() {
        return updator;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
492
     * This method sets the value of the database column key_value_config.updator
493
     *
gary's avatar
gary committed
494
     * @param updator the value for key_value_config.updator
495 496 497 498 499 500 501 502 503
     *
     * @mbg.generated
     */
    public void setUpdator(String updator) {
        this.updator = updator == null ? null : updator.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
504
     * This method returns the value of the database column key_value_config.update_time
505
     *
gary's avatar
gary committed
506
     * @return the value of key_value_config.update_time
507 508 509 510 511 512 513 514 515
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
516
     * This method sets the value of the database column key_value_config.update_time
517
     *
gary's avatar
gary committed
518
     * @param updateTime the value for key_value_config.update_time
519 520 521 522 523 524 525 526 527
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
528
     * This method returns the value of the database column key_value_config.data_source
529
     *
gary's avatar
gary committed
530
     * @return the value of key_value_config.data_source
531 532 533 534 535 536 537 538 539
     *
     * @mbg.generated
     */
    public String getDataSource() {
        return dataSource;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
540
     * This method sets the value of the database column key_value_config.data_source
541
     *
gary's avatar
gary committed
542
     * @param dataSource the value for key_value_config.data_source
543 544 545 546 547 548 549 550 551
     *
     * @mbg.generated
     */
    public void setDataSource(String dataSource) {
        this.dataSource = dataSource == null ? null : dataSource.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
552
     * This method corresponds to the database table key_value_config
553 554 555 556 557 558 559 560 561
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
neo's avatar
neo committed
562
        sb.append(", id=").append(id);
563 564 565 566 567 568 569
        sb.append(", keyCode=").append(keyCode);
        sb.append(", name=").append(name);
        sb.append(", keyValueType=").append(keyValueType);
        sb.append(", formula=").append(formula);
        sb.append(", isConstant=").append(isConstant);
        sb.append(", calculateStatus=").append(calculateStatus);
        sb.append(", resultType=").append(resultType);
neo's avatar
neo committed
570 571
        sb.append(", serviceTypeIds=").append(serviceTypeIds);
        sb.append(", industryIds=").append(industryIds);
572 573 574 575 576 577 578 579 580 581
        sb.append(", description=").append(description);
        sb.append(", creator=").append(creator);
        sb.append(", createTime=").append(createTime);
        sb.append(", updator=").append(updator);
        sb.append(", updateTime=").append(updateTime);
        sb.append(", dataSource=").append(dataSource);
        sb.append("]");
        return sb.toString();
    }
}