Model.java 14.6 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.
neo's avatar
neo committed
9
 * This class corresponds to the database table TAX_ADMIN.MODEL
10 11 12
 *
 * @mbg.generated do_not_delete_during_merge
 */
neo's avatar
neo committed
13
public class Model extends BaseEntity implements Serializable {
14 15 16
    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
17
     * This field corresponds to the database column TAX_ADMIN.MODEL.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.
neo's avatar
neo committed
26
     * This field corresponds to the database column TAX_ADMIN.MODEL.RULE_TYPE
27 28 29 30 31 32 33 34
     *
     * @mbg.generated
     */
    private Integer ruleType;

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
44
     * This field corresponds to the database column TAX_ADMIN.MODEL.NAME
45 46 47 48 49 50 51 52
     *
     * @mbg.generated
     */
    private String name;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
53
     * This field corresponds to the database column TAX_ADMIN.MODEL.TYPE
54 55 56 57 58 59 60 61
     *
     * @mbg.generated
     */
    private Integer type;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
62
     * This field corresponds to the database column TAX_ADMIN.MODEL.IS_STATUS
63 64 65 66 67 68 69 70
     *
     * @mbg.generated
     */
    private Integer isStatus;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
71
     * This field corresponds to the database column TAX_ADMIN.MODEL.DESCRIPTION
72 73 74 75 76 77 78 79
     *
     * @mbg.generated
     */
    private String description;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
80
     * This field corresponds to the database column TAX_ADMIN.MODEL.FEATURE
81 82 83 84 85 86 87 88
     *
     * @mbg.generated
     */
    private Integer feature;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
89
     * This field corresponds to the database column TAX_ADMIN.MODEL.IS_FILTER
90 91 92 93 94 95 96 97
     *
     * @mbg.generated
     */
    private Integer isFilter;

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
125
     * This field corresponds to the database column TAX_ADMIN.MODEL.YEAR_EXPLAIN
126 127 128 129 130 131 132 133
     *
     * @mbg.generated
     */
    private String yearExplain;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
134
     * This field corresponds to the database column TAX_ADMIN.MODEL.CREATE_TIME
135 136 137 138 139 140 141 142
     *
     * @mbg.generated
     */
    private Date createTime;

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

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
151
     * This field corresponds to the database table TAX_ADMIN.MODEL
152 153 154 155 156 157 158
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
159
     * This method returns the value of the database column TAX_ADMIN.MODEL.ID
160
     *
neo's avatar
neo committed
161
     * @return the value of TAX_ADMIN.MODEL.ID
162 163 164
     *
     * @mbg.generated
     */
neo's avatar
neo committed
165 166
    public String getId() {
        return id;
167 168 169 170
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
171
     * This method sets the value of the database column TAX_ADMIN.MODEL.ID
172
     *
neo's avatar
neo committed
173
     * @param id the value for TAX_ADMIN.MODEL.ID
174 175 176
     *
     * @mbg.generated
     */
neo's avatar
neo committed
177 178
    public void setId(String id) {
        this.id = id == null ? null : id.trim();
179 180 181 182
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
183
     * This method returns the value of the database column TAX_ADMIN.MODEL.RULE_TYPE
184
     *
neo's avatar
neo committed
185
     * @return the value of TAX_ADMIN.MODEL.RULE_TYPE
186 187 188 189 190 191 192 193 194
     *
     * @mbg.generated
     */
    public Integer getRuleType() {
        return ruleType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
195
     * This method sets the value of the database column TAX_ADMIN.MODEL.RULE_TYPE
196
     *
neo's avatar
neo committed
197
     * @param ruleType the value for TAX_ADMIN.MODEL.RULE_TYPE
198 199 200 201 202 203 204 205 206
     *
     * @mbg.generated
     */
    public void setRuleType(Integer ruleType) {
        this.ruleType = ruleType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
207
     * This method returns the value of the database column TAX_ADMIN.MODEL.CODE
208
     *
neo's avatar
neo committed
209
     * @return the value of TAX_ADMIN.MODEL.CODE
210 211 212 213 214 215 216 217 218
     *
     * @mbg.generated
     */
    public String getCode() {
        return code;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
219
     * This method sets the value of the database column TAX_ADMIN.MODEL.CODE
220
     *
neo's avatar
neo committed
221
     * @param code the value for TAX_ADMIN.MODEL.CODE
222 223 224 225 226 227 228 229 230
     *
     * @mbg.generated
     */
    public void setCode(String code) {
        this.code = code == null ? null : code.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
231
     * This method returns the value of the database column TAX_ADMIN.MODEL.NAME
232
     *
neo's avatar
neo committed
233
     * @return the value of TAX_ADMIN.MODEL.NAME
234 235 236 237 238 239 240 241 242
     *
     * @mbg.generated
     */
    public String getName() {
        return name;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
243
     * This method sets the value of the database column TAX_ADMIN.MODEL.NAME
244
     *
neo's avatar
neo committed
245
     * @param name the value for TAX_ADMIN.MODEL.NAME
246 247 248 249 250 251 252 253 254
     *
     * @mbg.generated
     */
    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
255
     * This method returns the value of the database column TAX_ADMIN.MODEL.TYPE
256
     *
neo's avatar
neo committed
257
     * @return the value of TAX_ADMIN.MODEL.TYPE
258 259 260 261 262 263 264 265 266
     *
     * @mbg.generated
     */
    public Integer getType() {
        return type;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
267
     * This method sets the value of the database column TAX_ADMIN.MODEL.TYPE
268
     *
neo's avatar
neo committed
269
     * @param type the value for TAX_ADMIN.MODEL.TYPE
270 271 272 273 274 275 276 277 278
     *
     * @mbg.generated
     */
    public void setType(Integer type) {
        this.type = type;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
279
     * This method returns the value of the database column TAX_ADMIN.MODEL.IS_STATUS
280
     *
neo's avatar
neo committed
281
     * @return the value of TAX_ADMIN.MODEL.IS_STATUS
282 283 284 285 286 287 288 289 290
     *
     * @mbg.generated
     */
    public Integer getIsStatus() {
        return isStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
291
     * This method sets the value of the database column TAX_ADMIN.MODEL.IS_STATUS
292
     *
neo's avatar
neo committed
293
     * @param isStatus the value for TAX_ADMIN.MODEL.IS_STATUS
294 295 296 297 298 299 300 301 302
     *
     * @mbg.generated
     */
    public void setIsStatus(Integer isStatus) {
        this.isStatus = isStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
303
     * This method returns the value of the database column TAX_ADMIN.MODEL.DESCRIPTION
304
     *
neo's avatar
neo committed
305
     * @return the value of TAX_ADMIN.MODEL.DESCRIPTION
306 307 308 309 310 311 312 313 314
     *
     * @mbg.generated
     */
    public String getDescription() {
        return description;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
315
     * This method sets the value of the database column TAX_ADMIN.MODEL.DESCRIPTION
316
     *
neo's avatar
neo committed
317
     * @param description the value for TAX_ADMIN.MODEL.DESCRIPTION
318 319 320 321 322 323 324 325 326
     *
     * @mbg.generated
     */
    public void setDescription(String description) {
        this.description = description == null ? null : description.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
327
     * This method returns the value of the database column TAX_ADMIN.MODEL.FEATURE
328
     *
neo's avatar
neo committed
329
     * @return the value of TAX_ADMIN.MODEL.FEATURE
330 331 332 333 334 335 336 337 338
     *
     * @mbg.generated
     */
    public Integer getFeature() {
        return feature;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
339
     * This method sets the value of the database column TAX_ADMIN.MODEL.FEATURE
340
     *
neo's avatar
neo committed
341
     * @param feature the value for TAX_ADMIN.MODEL.FEATURE
342 343 344 345 346 347 348 349 350
     *
     * @mbg.generated
     */
    public void setFeature(Integer feature) {
        this.feature = feature;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
351
     * This method returns the value of the database column TAX_ADMIN.MODEL.IS_FILTER
352
     *
neo's avatar
neo committed
353
     * @return the value of TAX_ADMIN.MODEL.IS_FILTER
354 355 356 357 358 359 360 361 362
     *
     * @mbg.generated
     */
    public Integer getIsFilter() {
        return isFilter;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
363
     * This method sets the value of the database column TAX_ADMIN.MODEL.IS_FILTER
364
     *
neo's avatar
neo committed
365
     * @param isFilter the value for TAX_ADMIN.MODEL.IS_FILTER
366 367 368 369 370 371 372 373 374
     *
     * @mbg.generated
     */
    public void setIsFilter(Integer isFilter) {
        this.isFilter = isFilter;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
375
     * This method returns the value of the database column TAX_ADMIN.MODEL.MONTH_JUDGE
376
     *
neo's avatar
neo committed
377
     * @return the value of TAX_ADMIN.MODEL.MONTH_JUDGE
378 379 380 381 382 383 384 385 386
     *
     * @mbg.generated
     */
    public String getMonthJudge() {
        return monthJudge;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
387
     * This method sets the value of the database column TAX_ADMIN.MODEL.MONTH_JUDGE
388
     *
neo's avatar
neo committed
389
     * @param monthJudge the value for TAX_ADMIN.MODEL.MONTH_JUDGE
390 391 392 393 394 395 396 397 398
     *
     * @mbg.generated
     */
    public void setMonthJudge(String monthJudge) {
        this.monthJudge = monthJudge == null ? null : monthJudge.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
399
     * This method returns the value of the database column TAX_ADMIN.MODEL.MONTH_EXPLAIN
400
     *
neo's avatar
neo committed
401
     * @return the value of TAX_ADMIN.MODEL.MONTH_EXPLAIN
402 403 404 405 406 407 408 409 410
     *
     * @mbg.generated
     */
    public String getMonthExplain() {
        return monthExplain;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
411
     * This method sets the value of the database column TAX_ADMIN.MODEL.MONTH_EXPLAIN
412
     *
neo's avatar
neo committed
413
     * @param monthExplain the value for TAX_ADMIN.MODEL.MONTH_EXPLAIN
414 415 416 417 418 419 420 421 422
     *
     * @mbg.generated
     */
    public void setMonthExplain(String monthExplain) {
        this.monthExplain = monthExplain == null ? null : monthExplain.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
423
     * This method returns the value of the database column TAX_ADMIN.MODEL.YEAR_JUDGE
424
     *
neo's avatar
neo committed
425
     * @return the value of TAX_ADMIN.MODEL.YEAR_JUDGE
426 427 428 429 430 431 432 433 434
     *
     * @mbg.generated
     */
    public String getYearJudge() {
        return yearJudge;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
435
     * This method sets the value of the database column TAX_ADMIN.MODEL.YEAR_JUDGE
436
     *
neo's avatar
neo committed
437
     * @param yearJudge the value for TAX_ADMIN.MODEL.YEAR_JUDGE
438 439 440 441 442 443 444 445 446
     *
     * @mbg.generated
     */
    public void setYearJudge(String yearJudge) {
        this.yearJudge = yearJudge == null ? null : yearJudge.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
447
     * This method returns the value of the database column TAX_ADMIN.MODEL.YEAR_EXPLAIN
448
     *
neo's avatar
neo committed
449
     * @return the value of TAX_ADMIN.MODEL.YEAR_EXPLAIN
450 451 452 453 454 455 456 457 458
     *
     * @mbg.generated
     */
    public String getYearExplain() {
        return yearExplain;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
459
     * This method sets the value of the database column TAX_ADMIN.MODEL.YEAR_EXPLAIN
460
     *
neo's avatar
neo committed
461
     * @param yearExplain the value for TAX_ADMIN.MODEL.YEAR_EXPLAIN
462 463 464 465 466 467 468 469 470
     *
     * @mbg.generated
     */
    public void setYearExplain(String yearExplain) {
        this.yearExplain = yearExplain == null ? null : yearExplain.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
471
     * This method returns the value of the database column TAX_ADMIN.MODEL.CREATE_TIME
472
     *
neo's avatar
neo committed
473
     * @return the value of TAX_ADMIN.MODEL.CREATE_TIME
474 475 476 477 478 479 480 481 482
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
483
     * This method sets the value of the database column TAX_ADMIN.MODEL.CREATE_TIME
484
     *
neo's avatar
neo committed
485
     * @param createTime the value for TAX_ADMIN.MODEL.CREATE_TIME
486 487 488 489 490 491 492 493 494
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
495
     * This method returns the value of the database column TAX_ADMIN.MODEL.UPDATE_TIME
496
     *
neo's avatar
neo committed
497
     * @return the value of TAX_ADMIN.MODEL.UPDATE_TIME
498 499 500 501 502 503 504 505 506
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
507
     * This method sets the value of the database column TAX_ADMIN.MODEL.UPDATE_TIME
508
     *
neo's avatar
neo committed
509
     * @param updateTime the value for TAX_ADMIN.MODEL.UPDATE_TIME
510 511 512 513 514 515 516 517 518
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
519
     * This method corresponds to the database table TAX_ADMIN.MODEL
520 521 522 523 524 525 526 527 528
     *
     * @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
529
        sb.append(", id=").append(id);
530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547
        sb.append(", ruleType=").append(ruleType);
        sb.append(", code=").append(code);
        sb.append(", name=").append(name);
        sb.append(", type=").append(type);
        sb.append(", isStatus=").append(isStatus);
        sb.append(", description=").append(description);
        sb.append(", feature=").append(feature);
        sb.append(", isFilter=").append(isFilter);
        sb.append(", monthJudge=").append(monthJudge);
        sb.append(", monthExplain=").append(monthExplain);
        sb.append(", yearJudge=").append(yearJudge);
        sb.append(", yearExplain=").append(yearExplain);
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append("]");
        return sb.toString();
    }
}