Voucher.java 25.5 KB
Newer Older
frank.xa.zhang's avatar
frank.xa.zhang committed
1
package pwc.taxtech.atms.vat.entity;
2 3 4 5 6 7 8 9

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

/**
 *
 * This class was generated by MyBatis Generator.
neo's avatar
neo committed
10
 * This class corresponds to the database table TAX_PROJECT.VOUCHER
11 12 13 14 15 16 17
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class Voucher implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
18
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.VOUCHER_ID
19 20 21
     *
     * @mbg.generated
     */
neo's avatar
neo committed
22
    private String voucherId;
23 24 25 26

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
27
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.VID
28 29 30
     *
     * @mbg.generated
     */
neo's avatar
neo committed
31
    private String vid;
32 33 34 35

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
36
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.DATE
37 38 39 40 41 42 43 44
     *
     * @mbg.generated
     */
    private Date date;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
45
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.GROUP
46 47 48 49 50 51 52 53
     *
     * @mbg.generated
     */
    private String group;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
54
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.PERIOD
55 56 57 58 59 60 61 62
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
63
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.CUSTOMER_CODE
64 65 66 67 68 69 70 71
     *
     * @mbg.generated
     */
    private String customerCode;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
72
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.CUSTOMER_NAME
73 74 75 76 77 78 79 80
     *
     * @mbg.generated
     */
    private String customerName;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
81
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.SUMMARY
82 83 84 85 86 87 88 89
     *
     * @mbg.generated
     */
    private String summary;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
90
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.ACCT_CODE
91 92 93 94 95 96 97 98
     *
     * @mbg.generated
     */
    private String acctCode;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
99
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.DEBIT
100 101 102 103 104 105 106 107
     *
     * @mbg.generated
     */
    private BigDecimal debit;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
108
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.CREDIT
109 110 111 112 113 114 115 116
     *
     * @mbg.generated
     */
    private BigDecimal credit;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
117
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.ATTACH
118 119 120 121 122 123 124 125
     *
     * @mbg.generated
     */
    private Long attach;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
126
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.ITEM_ID
127 128 129
     *
     * @mbg.generated
     */
neo's avatar
neo committed
130
    private String itemId;
131 132 133 134

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
144
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.IMPORT_TYPE
145 146 147 148 149 150 151 152
     *
     * @mbg.generated
     */
    private Integer importType;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
153
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.CREATOR_ID
154 155 156
     *
     * @mbg.generated
     */
neo's avatar
neo committed
157
    private String creatorId;
158 159 160 161

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
162
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.MONTH_ID
163 164 165
     *
     * @mbg.generated
     */
neo's avatar
neo committed
166
    private Integer monthId;
167 168 169 170

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
171
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.ORIGINAL_PERIOD
172 173 174 175 176 177 178 179
     *
     * @mbg.generated
     */
    private Integer originalPeriod;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
180
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.STATUS
181 182 183 184 185 186 187 188
     *
     * @mbg.generated
     */
    private Integer status;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
189
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.PART_BILLED_PERIOD
190 191 192 193 194 195 196 197
     *
     * @mbg.generated
     */
    private Integer partBilledPeriod;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
198
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.BILLED_PERIOD
199 200 201 202 203 204 205 206
     *
     * @mbg.generated
     */
    private Integer billedPeriod;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
207
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.STD_CODE
208 209 210 211 212 213 214 215
     *
     * @mbg.generated
     */
    private String stdCode;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
216
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.MAPPING_REASON
217 218 219 220 221 222 223 224
     *
     * @mbg.generated
     */
    private String mappingReason;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
225
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.MAPPING_USER
226 227 228 229 230 231 232 233
     *
     * @mbg.generated
     */
    private String mappingUser;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
234
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.MAPPING_TIME
235 236 237 238 239 240 241 242
     *
     * @mbg.generated
     */
    private Date mappingTime;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
243
     * This field corresponds to the database column TAX_PROJECT.VOUCHER.REMAP_ID
244 245 246 247 248 249 250
     *
     * @mbg.generated
     */
    private String remapId;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
251
     * This field corresponds to the database table TAX_PROJECT.VOUCHER
252 253 254 255 256 257 258
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
259
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.VOUCHER_ID
260
     *
neo's avatar
neo committed
261
     * @return the value of TAX_PROJECT.VOUCHER.VOUCHER_ID
262 263 264
     *
     * @mbg.generated
     */
neo's avatar
neo committed
265 266
    public String getVoucherId() {
        return voucherId;
267 268 269 270
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
271
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.VOUCHER_ID
272
     *
neo's avatar
neo committed
273
     * @param voucherId the value for TAX_PROJECT.VOUCHER.VOUCHER_ID
274 275 276
     *
     * @mbg.generated
     */
neo's avatar
neo committed
277 278
    public void setVoucherId(String voucherId) {
        this.voucherId = voucherId == null ? null : voucherId.trim();
279 280 281 282
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
283
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.VID
284
     *
neo's avatar
neo committed
285
     * @return the value of TAX_PROJECT.VOUCHER.VID
286 287 288
     *
     * @mbg.generated
     */
neo's avatar
neo committed
289 290
    public String getVid() {
        return vid;
291 292 293 294
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
295
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.VID
296
     *
neo's avatar
neo committed
297
     * @param vid the value for TAX_PROJECT.VOUCHER.VID
298 299 300
     *
     * @mbg.generated
     */
neo's avatar
neo committed
301 302
    public void setVid(String vid) {
        this.vid = vid == null ? null : vid.trim();
303 304 305 306
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
307
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.DATE
308
     *
neo's avatar
neo committed
309
     * @return the value of TAX_PROJECT.VOUCHER.DATE
310 311 312 313 314 315 316 317 318
     *
     * @mbg.generated
     */
    public Date getDate() {
        return date;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
319
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.DATE
320
     *
neo's avatar
neo committed
321
     * @param date the value for TAX_PROJECT.VOUCHER.DATE
322 323 324 325 326 327 328 329 330
     *
     * @mbg.generated
     */
    public void setDate(Date date) {
        this.date = date;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
331
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.GROUP
332
     *
neo's avatar
neo committed
333
     * @return the value of TAX_PROJECT.VOUCHER.GROUP
334 335 336 337 338 339 340 341 342
     *
     * @mbg.generated
     */
    public String getGroup() {
        return group;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
343
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.GROUP
344
     *
neo's avatar
neo committed
345
     * @param group the value for TAX_PROJECT.VOUCHER.GROUP
346 347 348 349 350 351 352 353 354
     *
     * @mbg.generated
     */
    public void setGroup(String group) {
        this.group = group == null ? null : group.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
355
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.PERIOD
356
     *
neo's avatar
neo committed
357
     * @return the value of TAX_PROJECT.VOUCHER.PERIOD
358 359 360 361 362 363 364 365 366
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
367
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.PERIOD
368
     *
neo's avatar
neo committed
369
     * @param period the value for TAX_PROJECT.VOUCHER.PERIOD
370 371 372 373 374 375 376 377 378
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
379
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.CUSTOMER_CODE
380
     *
neo's avatar
neo committed
381
     * @return the value of TAX_PROJECT.VOUCHER.CUSTOMER_CODE
382 383 384 385 386 387 388 389 390
     *
     * @mbg.generated
     */
    public String getCustomerCode() {
        return customerCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
391
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.CUSTOMER_CODE
392
     *
neo's avatar
neo committed
393
     * @param customerCode the value for TAX_PROJECT.VOUCHER.CUSTOMER_CODE
394 395 396 397 398 399 400 401 402
     *
     * @mbg.generated
     */
    public void setCustomerCode(String customerCode) {
        this.customerCode = customerCode == null ? null : customerCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
403
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.CUSTOMER_NAME
404
     *
neo's avatar
neo committed
405
     * @return the value of TAX_PROJECT.VOUCHER.CUSTOMER_NAME
406 407 408 409 410 411 412 413 414
     *
     * @mbg.generated
     */
    public String getCustomerName() {
        return customerName;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
415
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.CUSTOMER_NAME
416
     *
neo's avatar
neo committed
417
     * @param customerName the value for TAX_PROJECT.VOUCHER.CUSTOMER_NAME
418 419 420 421 422 423 424 425 426
     *
     * @mbg.generated
     */
    public void setCustomerName(String customerName) {
        this.customerName = customerName == null ? null : customerName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
427
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.SUMMARY
428
     *
neo's avatar
neo committed
429
     * @return the value of TAX_PROJECT.VOUCHER.SUMMARY
430 431 432 433 434 435 436 437 438
     *
     * @mbg.generated
     */
    public String getSummary() {
        return summary;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
439
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.SUMMARY
440
     *
neo's avatar
neo committed
441
     * @param summary the value for TAX_PROJECT.VOUCHER.SUMMARY
442 443 444 445 446 447 448 449 450
     *
     * @mbg.generated
     */
    public void setSummary(String summary) {
        this.summary = summary == null ? null : summary.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
451
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.ACCT_CODE
452
     *
neo's avatar
neo committed
453
     * @return the value of TAX_PROJECT.VOUCHER.ACCT_CODE
454 455 456 457 458 459 460 461 462
     *
     * @mbg.generated
     */
    public String getAcctCode() {
        return acctCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
463
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.ACCT_CODE
464
     *
neo's avatar
neo committed
465
     * @param acctCode the value for TAX_PROJECT.VOUCHER.ACCT_CODE
466 467 468 469 470 471 472 473 474
     *
     * @mbg.generated
     */
    public void setAcctCode(String acctCode) {
        this.acctCode = acctCode == null ? null : acctCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
475
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.DEBIT
476
     *
neo's avatar
neo committed
477
     * @return the value of TAX_PROJECT.VOUCHER.DEBIT
478 479 480 481 482 483 484 485 486
     *
     * @mbg.generated
     */
    public BigDecimal getDebit() {
        return debit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
487
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.DEBIT
488
     *
neo's avatar
neo committed
489
     * @param debit the value for TAX_PROJECT.VOUCHER.DEBIT
490 491 492 493 494 495 496 497 498
     *
     * @mbg.generated
     */
    public void setDebit(BigDecimal debit) {
        this.debit = debit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
499
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.CREDIT
500
     *
neo's avatar
neo committed
501
     * @return the value of TAX_PROJECT.VOUCHER.CREDIT
502 503 504 505 506 507 508 509 510
     *
     * @mbg.generated
     */
    public BigDecimal getCredit() {
        return credit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
511
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.CREDIT
512
     *
neo's avatar
neo committed
513
     * @param credit the value for TAX_PROJECT.VOUCHER.CREDIT
514 515 516 517 518 519 520 521 522
     *
     * @mbg.generated
     */
    public void setCredit(BigDecimal credit) {
        this.credit = credit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
523
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.ATTACH
524
     *
neo's avatar
neo committed
525
     * @return the value of TAX_PROJECT.VOUCHER.ATTACH
526 527 528 529 530 531 532 533 534
     *
     * @mbg.generated
     */
    public Long getAttach() {
        return attach;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
535
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.ATTACH
536
     *
neo's avatar
neo committed
537
     * @param attach the value for TAX_PROJECT.VOUCHER.ATTACH
538 539 540 541 542 543 544 545 546
     *
     * @mbg.generated
     */
    public void setAttach(Long attach) {
        this.attach = attach;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
547
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.ITEM_ID
548
     *
neo's avatar
neo committed
549
     * @return the value of TAX_PROJECT.VOUCHER.ITEM_ID
550 551 552
     *
     * @mbg.generated
     */
neo's avatar
neo committed
553 554
    public String getItemId() {
        return itemId;
555 556 557 558
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
559
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.ITEM_ID
560
     *
neo's avatar
neo committed
561
     * @param itemId the value for TAX_PROJECT.VOUCHER.ITEM_ID
562 563 564
     *
     * @mbg.generated
     */
neo's avatar
neo committed
565 566
    public void setItemId(String itemId) {
        this.itemId = itemId == null ? null : itemId.trim();
567 568 569 570
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
571
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.CREATE_TIME
572
     *
neo's avatar
neo committed
573
     * @return the value of TAX_PROJECT.VOUCHER.CREATE_TIME
574 575 576 577 578 579 580 581 582
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
583
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.CREATE_TIME
584
     *
neo's avatar
neo committed
585
     * @param createTime the value for TAX_PROJECT.VOUCHER.CREATE_TIME
586 587 588 589 590 591 592 593 594
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
595
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.IMPORT_TYPE
596
     *
neo's avatar
neo committed
597
     * @return the value of TAX_PROJECT.VOUCHER.IMPORT_TYPE
598 599 600 601 602 603 604 605 606
     *
     * @mbg.generated
     */
    public Integer getImportType() {
        return importType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
607
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.IMPORT_TYPE
608
     *
neo's avatar
neo committed
609
     * @param importType the value for TAX_PROJECT.VOUCHER.IMPORT_TYPE
610 611 612 613 614 615 616 617 618
     *
     * @mbg.generated
     */
    public void setImportType(Integer importType) {
        this.importType = importType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
619
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.CREATOR_ID
620
     *
neo's avatar
neo committed
621
     * @return the value of TAX_PROJECT.VOUCHER.CREATOR_ID
622 623 624
     *
     * @mbg.generated
     */
neo's avatar
neo committed
625 626
    public String getCreatorId() {
        return creatorId;
627 628 629 630
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
631
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.CREATOR_ID
632
     *
neo's avatar
neo committed
633
     * @param creatorId the value for TAX_PROJECT.VOUCHER.CREATOR_ID
634 635 636
     *
     * @mbg.generated
     */
neo's avatar
neo committed
637 638
    public void setCreatorId(String creatorId) {
        this.creatorId = creatorId == null ? null : creatorId.trim();
639 640 641 642
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
643
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.MONTH_ID
644
     *
neo's avatar
neo committed
645
     * @return the value of TAX_PROJECT.VOUCHER.MONTH_ID
646 647 648
     *
     * @mbg.generated
     */
neo's avatar
neo committed
649 650
    public Integer getMonthId() {
        return monthId;
651 652 653 654
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
655
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.MONTH_ID
656
     *
neo's avatar
neo committed
657
     * @param monthId the value for TAX_PROJECT.VOUCHER.MONTH_ID
658 659 660
     *
     * @mbg.generated
     */
neo's avatar
neo committed
661 662
    public void setMonthId(Integer monthId) {
        this.monthId = monthId;
663 664 665 666
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
667
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.ORIGINAL_PERIOD
668
     *
neo's avatar
neo committed
669
     * @return the value of TAX_PROJECT.VOUCHER.ORIGINAL_PERIOD
670 671 672 673 674 675 676 677 678
     *
     * @mbg.generated
     */
    public Integer getOriginalPeriod() {
        return originalPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
679
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.ORIGINAL_PERIOD
680
     *
neo's avatar
neo committed
681
     * @param originalPeriod the value for TAX_PROJECT.VOUCHER.ORIGINAL_PERIOD
682 683 684 685 686 687 688 689 690
     *
     * @mbg.generated
     */
    public void setOriginalPeriod(Integer originalPeriod) {
        this.originalPeriod = originalPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
691
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.STATUS
692
     *
neo's avatar
neo committed
693
     * @return the value of TAX_PROJECT.VOUCHER.STATUS
694 695 696 697 698 699 700 701 702
     *
     * @mbg.generated
     */
    public Integer getStatus() {
        return status;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
703
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.STATUS
704
     *
neo's avatar
neo committed
705
     * @param status the value for TAX_PROJECT.VOUCHER.STATUS
706 707 708 709 710 711 712 713 714
     *
     * @mbg.generated
     */
    public void setStatus(Integer status) {
        this.status = status;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
715
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.PART_BILLED_PERIOD
716
     *
neo's avatar
neo committed
717
     * @return the value of TAX_PROJECT.VOUCHER.PART_BILLED_PERIOD
718 719 720 721 722 723 724 725 726
     *
     * @mbg.generated
     */
    public Integer getPartBilledPeriod() {
        return partBilledPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
727
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.PART_BILLED_PERIOD
728
     *
neo's avatar
neo committed
729
     * @param partBilledPeriod the value for TAX_PROJECT.VOUCHER.PART_BILLED_PERIOD
730 731 732 733 734 735 736 737 738
     *
     * @mbg.generated
     */
    public void setPartBilledPeriod(Integer partBilledPeriod) {
        this.partBilledPeriod = partBilledPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
739
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.BILLED_PERIOD
740
     *
neo's avatar
neo committed
741
     * @return the value of TAX_PROJECT.VOUCHER.BILLED_PERIOD
742 743 744 745 746 747 748 749 750
     *
     * @mbg.generated
     */
    public Integer getBilledPeriod() {
        return billedPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
751
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.BILLED_PERIOD
752
     *
neo's avatar
neo committed
753
     * @param billedPeriod the value for TAX_PROJECT.VOUCHER.BILLED_PERIOD
754 755 756 757 758 759 760 761 762
     *
     * @mbg.generated
     */
    public void setBilledPeriod(Integer billedPeriod) {
        this.billedPeriod = billedPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
763
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.STD_CODE
764
     *
neo's avatar
neo committed
765
     * @return the value of TAX_PROJECT.VOUCHER.STD_CODE
766 767 768 769 770 771 772 773 774
     *
     * @mbg.generated
     */
    public String getStdCode() {
        return stdCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
775
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.STD_CODE
776
     *
neo's avatar
neo committed
777
     * @param stdCode the value for TAX_PROJECT.VOUCHER.STD_CODE
778 779 780 781 782 783 784 785 786
     *
     * @mbg.generated
     */
    public void setStdCode(String stdCode) {
        this.stdCode = stdCode == null ? null : stdCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
787
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.MAPPING_REASON
788
     *
neo's avatar
neo committed
789
     * @return the value of TAX_PROJECT.VOUCHER.MAPPING_REASON
790 791 792 793 794 795 796 797 798
     *
     * @mbg.generated
     */
    public String getMappingReason() {
        return mappingReason;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
799
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.MAPPING_REASON
800
     *
neo's avatar
neo committed
801
     * @param mappingReason the value for TAX_PROJECT.VOUCHER.MAPPING_REASON
802 803 804 805 806 807 808 809 810
     *
     * @mbg.generated
     */
    public void setMappingReason(String mappingReason) {
        this.mappingReason = mappingReason == null ? null : mappingReason.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
811
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.MAPPING_USER
812
     *
neo's avatar
neo committed
813
     * @return the value of TAX_PROJECT.VOUCHER.MAPPING_USER
814 815 816 817 818 819 820 821 822
     *
     * @mbg.generated
     */
    public String getMappingUser() {
        return mappingUser;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
823
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.MAPPING_USER
824
     *
neo's avatar
neo committed
825
     * @param mappingUser the value for TAX_PROJECT.VOUCHER.MAPPING_USER
826 827 828 829 830 831 832 833 834
     *
     * @mbg.generated
     */
    public void setMappingUser(String mappingUser) {
        this.mappingUser = mappingUser == null ? null : mappingUser.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
835
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.MAPPING_TIME
836
     *
neo's avatar
neo committed
837
     * @return the value of TAX_PROJECT.VOUCHER.MAPPING_TIME
838 839 840 841 842 843 844 845 846
     *
     * @mbg.generated
     */
    public Date getMappingTime() {
        return mappingTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
847
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.MAPPING_TIME
848
     *
neo's avatar
neo committed
849
     * @param mappingTime the value for TAX_PROJECT.VOUCHER.MAPPING_TIME
850 851 852 853 854 855 856 857 858
     *
     * @mbg.generated
     */
    public void setMappingTime(Date mappingTime) {
        this.mappingTime = mappingTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
859
     * This method returns the value of the database column TAX_PROJECT.VOUCHER.REMAP_ID
860
     *
neo's avatar
neo committed
861
     * @return the value of TAX_PROJECT.VOUCHER.REMAP_ID
862 863 864 865 866 867 868 869 870
     *
     * @mbg.generated
     */
    public String getRemapId() {
        return remapId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
871
     * This method sets the value of the database column TAX_PROJECT.VOUCHER.REMAP_ID
872
     *
neo's avatar
neo committed
873
     * @param remapId the value for TAX_PROJECT.VOUCHER.REMAP_ID
874 875 876 877 878 879 880 881 882
     *
     * @mbg.generated
     */
    public void setRemapId(String remapId) {
        this.remapId = remapId == null ? null : remapId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
883
     * This method corresponds to the database table TAX_PROJECT.VOUCHER
884 885 886 887 888 889 890 891 892
     *
     * @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
893 894
        sb.append(", voucherId=").append(voucherId);
        sb.append(", vid=").append(vid);
895 896 897 898 899 900 901 902 903 904
        sb.append(", date=").append(date);
        sb.append(", group=").append(group);
        sb.append(", period=").append(period);
        sb.append(", customerCode=").append(customerCode);
        sb.append(", customerName=").append(customerName);
        sb.append(", summary=").append(summary);
        sb.append(", acctCode=").append(acctCode);
        sb.append(", debit=").append(debit);
        sb.append(", credit=").append(credit);
        sb.append(", attach=").append(attach);
neo's avatar
neo committed
905
        sb.append(", itemId=").append(itemId);
906 907
        sb.append(", createTime=").append(createTime);
        sb.append(", importType=").append(importType);
neo's avatar
neo committed
908 909
        sb.append(", creatorId=").append(creatorId);
        sb.append(", monthId=").append(monthId);
910 911 912 913 914 915 916 917 918 919 920 921 922
        sb.append(", originalPeriod=").append(originalPeriod);
        sb.append(", status=").append(status);
        sb.append(", partBilledPeriod=").append(partBilledPeriod);
        sb.append(", billedPeriod=").append(billedPeriod);
        sb.append(", stdCode=").append(stdCode);
        sb.append(", mappingReason=").append(mappingReason);
        sb.append(", mappingUser=").append(mappingUser);
        sb.append(", mappingTime=").append(mappingTime);
        sb.append(", remapId=").append(remapId);
        sb.append("]");
        return sb.toString();
    }
}