Balance.java 29.2 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.BALANCE
11 12 13 14 15 16 17
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class Balance implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
18
     * This field corresponds to the database column TAX_PROJECT.BALANCE.BALANCE_ID
19 20 21 22 23 24 25 26
     *
     * @mbg.generated
     */
    private String balanceId;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
252
     * This field corresponds to the database column TAX_PROJECT.BALANCE.MAPPING_TIME
253 254 255 256 257 258 259 260
     *
     * @mbg.generated
     */
    private Date mappingTime;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
261
     * This field corresponds to the database column TAX_PROJECT.BALANCE.SUB_PROP
262 263 264 265 266 267 268 269
     *
     * @mbg.generated
     */
    private Integer subProp;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
270
     * This field corresponds to the database column TAX_PROJECT.BALANCE.IS_DUMMY
271 272 273 274 275 276 277
     *
     * @mbg.generated
     */
    private Integer isDummy;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
278
     * This field corresponds to the database table TAX_PROJECT.BALANCE
279 280 281 282 283 284 285
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
286
     * This method returns the value of the database column TAX_PROJECT.BALANCE.BALANCE_ID
287
     *
neo's avatar
neo committed
288
     * @return the value of TAX_PROJECT.BALANCE.BALANCE_ID
289 290 291 292 293 294 295 296 297
     *
     * @mbg.generated
     */
    public String getBalanceId() {
        return balanceId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
298
     * This method sets the value of the database column TAX_PROJECT.BALANCE.BALANCE_ID
299
     *
neo's avatar
neo committed
300
     * @param balanceId the value for TAX_PROJECT.BALANCE.BALANCE_ID
301 302 303 304 305 306 307 308 309
     *
     * @mbg.generated
     */
    public void setBalanceId(String balanceId) {
        this.balanceId = balanceId == null ? null : balanceId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
310
     * This method returns the value of the database column TAX_PROJECT.BALANCE.PERIOD_ID
311
     *
neo's avatar
neo committed
312
     * @return the value of TAX_PROJECT.BALANCE.PERIOD_ID
313 314 315 316 317 318 319 320 321
     *
     * @mbg.generated
     */
    public Integer getPeriodId() {
        return periodId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
322
     * This method sets the value of the database column TAX_PROJECT.BALANCE.PERIOD_ID
323
     *
neo's avatar
neo committed
324
     * @param periodId the value for TAX_PROJECT.BALANCE.PERIOD_ID
325 326 327 328 329 330 331 332 333
     *
     * @mbg.generated
     */
    public void setPeriodId(Integer periodId) {
        this.periodId = periodId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
334
     * This method returns the value of the database column TAX_PROJECT.BALANCE.ACCT_CODE
335
     *
neo's avatar
neo committed
336
     * @return the value of TAX_PROJECT.BALANCE.ACCT_CODE
337 338 339 340 341 342 343 344 345
     *
     * @mbg.generated
     */
    public String getAcctCode() {
        return acctCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
346
     * This method sets the value of the database column TAX_PROJECT.BALANCE.ACCT_CODE
347
     *
neo's avatar
neo committed
348
     * @param acctCode the value for TAX_PROJECT.BALANCE.ACCT_CODE
349 350 351 352 353 354 355 356 357
     *
     * @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
358
     * This method returns the value of the database column TAX_PROJECT.BALANCE.CUSTOMER_CODE
359
     *
neo's avatar
neo committed
360
     * @return the value of TAX_PROJECT.BALANCE.CUSTOMER_CODE
361 362 363 364 365 366 367 368 369
     *
     * @mbg.generated
     */
    public String getCustomerCode() {
        return customerCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
370
     * This method sets the value of the database column TAX_PROJECT.BALANCE.CUSTOMER_CODE
371
     *
neo's avatar
neo committed
372
     * @param customerCode the value for TAX_PROJECT.BALANCE.CUSTOMER_CODE
373 374 375 376 377 378 379 380 381
     *
     * @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
382
     * This method returns the value of the database column TAX_PROJECT.BALANCE.BEG_DEBIT_BAL
383
     *
neo's avatar
neo committed
384
     * @return the value of TAX_PROJECT.BALANCE.BEG_DEBIT_BAL
385 386 387 388 389 390 391 392 393
     *
     * @mbg.generated
     */
    public BigDecimal getBegDebitBal() {
        return begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
394
     * This method sets the value of the database column TAX_PROJECT.BALANCE.BEG_DEBIT_BAL
395
     *
neo's avatar
neo committed
396
     * @param begDebitBal the value for TAX_PROJECT.BALANCE.BEG_DEBIT_BAL
397 398 399 400 401 402 403 404 405
     *
     * @mbg.generated
     */
    public void setBegDebitBal(BigDecimal begDebitBal) {
        this.begDebitBal = begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
406
     * This method returns the value of the database column TAX_PROJECT.BALANCE.BEG_CREDIT_BAL
407
     *
neo's avatar
neo committed
408
     * @return the value of TAX_PROJECT.BALANCE.BEG_CREDIT_BAL
409 410 411 412 413 414 415 416 417
     *
     * @mbg.generated
     */
    public BigDecimal getBegCreditBal() {
        return begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
418
     * This method sets the value of the database column TAX_PROJECT.BALANCE.BEG_CREDIT_BAL
419
     *
neo's avatar
neo committed
420
     * @param begCreditBal the value for TAX_PROJECT.BALANCE.BEG_CREDIT_BAL
421 422 423 424 425 426 427 428 429
     *
     * @mbg.generated
     */
    public void setBegCreditBal(BigDecimal begCreditBal) {
        this.begCreditBal = begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
430
     * This method returns the value of the database column TAX_PROJECT.BALANCE.BEG_BAL
431
     *
neo's avatar
neo committed
432
     * @return the value of TAX_PROJECT.BALANCE.BEG_BAL
433 434 435 436 437 438 439 440 441
     *
     * @mbg.generated
     */
    public BigDecimal getBegBal() {
        return begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
442
     * This method sets the value of the database column TAX_PROJECT.BALANCE.BEG_BAL
443
     *
neo's avatar
neo committed
444
     * @param begBal the value for TAX_PROJECT.BALANCE.BEG_BAL
445 446 447 448 449 450 451 452 453
     *
     * @mbg.generated
     */
    public void setBegBal(BigDecimal begBal) {
        this.begBal = begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
454
     * This method returns the value of the database column TAX_PROJECT.BALANCE.END_BAL
455
     *
neo's avatar
neo committed
456
     * @return the value of TAX_PROJECT.BALANCE.END_BAL
457 458 459 460 461 462 463 464 465
     *
     * @mbg.generated
     */
    public BigDecimal getEndBal() {
        return endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
466
     * This method sets the value of the database column TAX_PROJECT.BALANCE.END_BAL
467
     *
neo's avatar
neo committed
468
     * @param endBal the value for TAX_PROJECT.BALANCE.END_BAL
469 470 471 472 473 474 475 476 477
     *
     * @mbg.generated
     */
    public void setEndBal(BigDecimal endBal) {
        this.endBal = endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
478
     * This method returns the value of the database column TAX_PROJECT.BALANCE.END_DEBIT_BAL
479
     *
neo's avatar
neo committed
480
     * @return the value of TAX_PROJECT.BALANCE.END_DEBIT_BAL
481 482 483 484 485 486 487 488 489
     *
     * @mbg.generated
     */
    public BigDecimal getEndDebitBal() {
        return endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
490
     * This method sets the value of the database column TAX_PROJECT.BALANCE.END_DEBIT_BAL
491
     *
neo's avatar
neo committed
492
     * @param endDebitBal the value for TAX_PROJECT.BALANCE.END_DEBIT_BAL
493 494 495 496 497 498 499 500 501
     *
     * @mbg.generated
     */
    public void setEndDebitBal(BigDecimal endDebitBal) {
        this.endDebitBal = endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
502
     * This method returns the value of the database column TAX_PROJECT.BALANCE.END_CREDIT_BAL
503
     *
neo's avatar
neo committed
504
     * @return the value of TAX_PROJECT.BALANCE.END_CREDIT_BAL
505 506 507 508 509 510 511 512 513
     *
     * @mbg.generated
     */
    public BigDecimal getEndCreditBal() {
        return endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
514
     * This method sets the value of the database column TAX_PROJECT.BALANCE.END_CREDIT_BAL
515
     *
neo's avatar
neo committed
516
     * @param endCreditBal the value for TAX_PROJECT.BALANCE.END_CREDIT_BAL
517 518 519 520 521 522 523 524 525
     *
     * @mbg.generated
     */
    public void setEndCreditBal(BigDecimal endCreditBal) {
        this.endCreditBal = endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
526
     * This method returns the value of the database column TAX_PROJECT.BALANCE.DEBIT_BAL
527
     *
neo's avatar
neo committed
528
     * @return the value of TAX_PROJECT.BALANCE.DEBIT_BAL
529 530 531 532 533 534 535 536 537
     *
     * @mbg.generated
     */
    public BigDecimal getDebitBal() {
        return debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
538
     * This method sets the value of the database column TAX_PROJECT.BALANCE.DEBIT_BAL
539
     *
neo's avatar
neo committed
540
     * @param debitBal the value for TAX_PROJECT.BALANCE.DEBIT_BAL
541 542 543 544 545 546 547 548 549
     *
     * @mbg.generated
     */
    public void setDebitBal(BigDecimal debitBal) {
        this.debitBal = debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
550
     * This method returns the value of the database column TAX_PROJECT.BALANCE.CREDIT_BAL
551
     *
neo's avatar
neo committed
552
     * @return the value of TAX_PROJECT.BALANCE.CREDIT_BAL
553 554 555 556 557 558 559 560 561
     *
     * @mbg.generated
     */
    public BigDecimal getCreditBal() {
        return creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
562
     * This method sets the value of the database column TAX_PROJECT.BALANCE.CREDIT_BAL
563
     *
neo's avatar
neo committed
564
     * @param creditBal the value for TAX_PROJECT.BALANCE.CREDIT_BAL
565 566 567 568 569 570 571 572 573
     *
     * @mbg.generated
     */
    public void setCreditBal(BigDecimal creditBal) {
        this.creditBal = creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
574
     * This method returns the value of the database column TAX_PROJECT.BALANCE.MONTH_ID
575
     *
neo's avatar
neo committed
576
     * @return the value of TAX_PROJECT.BALANCE.MONTH_ID
577 578 579 580 581 582 583 584 585
     *
     * @mbg.generated
     */
    public Integer getMonthId() {
        return monthId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
586
     * This method sets the value of the database column TAX_PROJECT.BALANCE.MONTH_ID
587
     *
neo's avatar
neo committed
588
     * @param monthId the value for TAX_PROJECT.BALANCE.MONTH_ID
589 590 591 592 593 594 595 596 597
     *
     * @mbg.generated
     */
    public void setMonthId(Integer monthId) {
        this.monthId = monthId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
598
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_DEBIT_BAL
599
     *
neo's avatar
neo committed
600
     * @return the value of TAX_PROJECT.BALANCE.YEAR_DEBIT_BAL
601 602 603 604 605 606 607 608 609
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitBal() {
        return yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
610
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_DEBIT_BAL
611
     *
neo's avatar
neo committed
612
     * @param yearDebitBal the value for TAX_PROJECT.BALANCE.YEAR_DEBIT_BAL
613 614 615 616 617 618 619 620 621
     *
     * @mbg.generated
     */
    public void setYearDebitBal(BigDecimal yearDebitBal) {
        this.yearDebitBal = yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
622
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_CREDIT_BAL
623
     *
neo's avatar
neo committed
624
     * @return the value of TAX_PROJECT.BALANCE.YEAR_CREDIT_BAL
625 626 627 628 629 630 631 632 633
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditBal() {
        return yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
634
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_CREDIT_BAL
635
     *
neo's avatar
neo committed
636
     * @param yearCreditBal the value for TAX_PROJECT.BALANCE.YEAR_CREDIT_BAL
637 638 639 640 641 642 643 644 645
     *
     * @mbg.generated
     */
    public void setYearCreditBal(BigDecimal yearCreditBal) {
        this.yearCreditBal = yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
646
     * This method returns the value of the database column TAX_PROJECT.BALANCE.CARRYOVER_DEBIT
647
     *
neo's avatar
neo committed
648
     * @return the value of TAX_PROJECT.BALANCE.CARRYOVER_DEBIT
649 650 651 652 653 654 655 656 657
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverDebit() {
        return carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
658
     * This method sets the value of the database column TAX_PROJECT.BALANCE.CARRYOVER_DEBIT
659
     *
neo's avatar
neo committed
660
     * @param carryoverDebit the value for TAX_PROJECT.BALANCE.CARRYOVER_DEBIT
661 662 663 664 665 666 667 668 669
     *
     * @mbg.generated
     */
    public void setCarryoverDebit(BigDecimal carryoverDebit) {
        this.carryoverDebit = carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
670
     * This method returns the value of the database column TAX_PROJECT.BALANCE.CARRYOVER_CREDIT
671
     *
neo's avatar
neo committed
672
     * @return the value of TAX_PROJECT.BALANCE.CARRYOVER_CREDIT
673 674 675 676 677 678 679 680 681
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverCredit() {
        return carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
682
     * This method sets the value of the database column TAX_PROJECT.BALANCE.CARRYOVER_CREDIT
683
     *
neo's avatar
neo committed
684
     * @param carryoverCredit the value for TAX_PROJECT.BALANCE.CARRYOVER_CREDIT
685 686 687 688 689 690 691 692 693
     *
     * @mbg.generated
     */
    public void setCarryoverCredit(BigDecimal carryoverCredit) {
        this.carryoverCredit = carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
694
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_CARRYOVER_DEBIT
695
     *
neo's avatar
neo committed
696
     * @return the value of TAX_PROJECT.BALANCE.YEAR_CARRYOVER_DEBIT
697 698 699 700 701 702 703 704 705
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverDebit() {
        return yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
706
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_CARRYOVER_DEBIT
707
     *
neo's avatar
neo committed
708
     * @param yearCarryoverDebit the value for TAX_PROJECT.BALANCE.YEAR_CARRYOVER_DEBIT
709 710 711 712 713 714 715 716 717
     *
     * @mbg.generated
     */
    public void setYearCarryoverDebit(BigDecimal yearCarryoverDebit) {
        this.yearCarryoverDebit = yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
718
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_CARRYOVER_CREDIT
719
     *
neo's avatar
neo committed
720
     * @return the value of TAX_PROJECT.BALANCE.YEAR_CARRYOVER_CREDIT
721 722 723 724 725 726 727 728 729
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverCredit() {
        return yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
730
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_CARRYOVER_CREDIT
731
     *
neo's avatar
neo committed
732
     * @param yearCarryoverCredit the value for TAX_PROJECT.BALANCE.YEAR_CARRYOVER_CREDIT
733 734 735 736 737 738 739 740 741
     *
     * @mbg.generated
     */
    public void setYearCarryoverCredit(BigDecimal yearCarryoverCredit) {
        this.yearCarryoverCredit = yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
742
     * This method returns the value of the database column TAX_PROJECT.BALANCE.DEBIT_NET
743
     *
neo's avatar
neo committed
744
     * @return the value of TAX_PROJECT.BALANCE.DEBIT_NET
745 746 747 748 749 750 751 752 753
     *
     * @mbg.generated
     */
    public BigDecimal getDebitNet() {
        return debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
754
     * This method sets the value of the database column TAX_PROJECT.BALANCE.DEBIT_NET
755
     *
neo's avatar
neo committed
756
     * @param debitNet the value for TAX_PROJECT.BALANCE.DEBIT_NET
757 758 759 760 761 762 763 764 765
     *
     * @mbg.generated
     */
    public void setDebitNet(BigDecimal debitNet) {
        this.debitNet = debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
766
     * This method returns the value of the database column TAX_PROJECT.BALANCE.CREDIT_NET
767
     *
neo's avatar
neo committed
768
     * @return the value of TAX_PROJECT.BALANCE.CREDIT_NET
769 770 771 772 773 774 775 776 777
     *
     * @mbg.generated
     */
    public BigDecimal getCreditNet() {
        return creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
778
     * This method sets the value of the database column TAX_PROJECT.BALANCE.CREDIT_NET
779
     *
neo's avatar
neo committed
780
     * @param creditNet the value for TAX_PROJECT.BALANCE.CREDIT_NET
781 782 783 784 785 786 787 788 789
     *
     * @mbg.generated
     */
    public void setCreditNet(BigDecimal creditNet) {
        this.creditNet = creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
790
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_DEBIT_NET
791
     *
neo's avatar
neo committed
792
     * @return the value of TAX_PROJECT.BALANCE.YEAR_DEBIT_NET
793 794 795 796 797 798 799 800 801
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitNet() {
        return yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
802
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_DEBIT_NET
803
     *
neo's avatar
neo committed
804
     * @param yearDebitNet the value for TAX_PROJECT.BALANCE.YEAR_DEBIT_NET
805 806 807 808 809 810 811 812 813
     *
     * @mbg.generated
     */
    public void setYearDebitNet(BigDecimal yearDebitNet) {
        this.yearDebitNet = yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
814
     * This method returns the value of the database column TAX_PROJECT.BALANCE.YEAR_CREDIT_NET
815
     *
neo's avatar
neo committed
816
     * @return the value of TAX_PROJECT.BALANCE.YEAR_CREDIT_NET
817 818 819 820 821 822 823 824 825
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditNet() {
        return yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
826
     * This method sets the value of the database column TAX_PROJECT.BALANCE.YEAR_CREDIT_NET
827
     *
neo's avatar
neo committed
828
     * @param yearCreditNet the value for TAX_PROJECT.BALANCE.YEAR_CREDIT_NET
829 830 831 832 833 834 835 836 837
     *
     * @mbg.generated
     */
    public void setYearCreditNet(BigDecimal yearCreditNet) {
        this.yearCreditNet = yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
838
     * This method returns the value of the database column TAX_PROJECT.BALANCE.STD_CODE
839
     *
neo's avatar
neo committed
840
     * @return the value of TAX_PROJECT.BALANCE.STD_CODE
841 842 843 844 845 846 847 848 849
     *
     * @mbg.generated
     */
    public String getStdCode() {
        return stdCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
850
     * This method sets the value of the database column TAX_PROJECT.BALANCE.STD_CODE
851
     *
neo's avatar
neo committed
852
     * @param stdCode the value for TAX_PROJECT.BALANCE.STD_CODE
853 854 855 856 857 858 859 860 861
     *
     * @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
862
     * This method returns the value of the database column TAX_PROJECT.BALANCE.MAPPING_REASON
863
     *
neo's avatar
neo committed
864
     * @return the value of TAX_PROJECT.BALANCE.MAPPING_REASON
865 866 867 868 869 870 871 872 873
     *
     * @mbg.generated
     */
    public String getMappingReason() {
        return mappingReason;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
874
     * This method sets the value of the database column TAX_PROJECT.BALANCE.MAPPING_REASON
875
     *
neo's avatar
neo committed
876
     * @param mappingReason the value for TAX_PROJECT.BALANCE.MAPPING_REASON
877 878 879 880 881 882 883 884 885
     *
     * @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
886
     * This method returns the value of the database column TAX_PROJECT.BALANCE.MAPPING_USER
887
     *
neo's avatar
neo committed
888
     * @return the value of TAX_PROJECT.BALANCE.MAPPING_USER
889 890 891 892 893 894 895 896 897
     *
     * @mbg.generated
     */
    public String getMappingUser() {
        return mappingUser;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
898
     * This method sets the value of the database column TAX_PROJECT.BALANCE.MAPPING_USER
899
     *
neo's avatar
neo committed
900
     * @param mappingUser the value for TAX_PROJECT.BALANCE.MAPPING_USER
901 902 903 904 905 906 907 908 909
     *
     * @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
910
     * This method returns the value of the database column TAX_PROJECT.BALANCE.MAPPING_TIME
911
     *
neo's avatar
neo committed
912
     * @return the value of TAX_PROJECT.BALANCE.MAPPING_TIME
913 914 915 916 917 918 919 920 921
     *
     * @mbg.generated
     */
    public Date getMappingTime() {
        return mappingTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
922
     * This method sets the value of the database column TAX_PROJECT.BALANCE.MAPPING_TIME
923
     *
neo's avatar
neo committed
924
     * @param mappingTime the value for TAX_PROJECT.BALANCE.MAPPING_TIME
925 926 927 928 929 930 931 932 933
     *
     * @mbg.generated
     */
    public void setMappingTime(Date mappingTime) {
        this.mappingTime = mappingTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
934
     * This method returns the value of the database column TAX_PROJECT.BALANCE.SUB_PROP
935
     *
neo's avatar
neo committed
936
     * @return the value of TAX_PROJECT.BALANCE.SUB_PROP
937 938 939 940 941 942 943 944 945
     *
     * @mbg.generated
     */
    public Integer getSubProp() {
        return subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
946
     * This method sets the value of the database column TAX_PROJECT.BALANCE.SUB_PROP
947
     *
neo's avatar
neo committed
948
     * @param subProp the value for TAX_PROJECT.BALANCE.SUB_PROP
949 950 951 952 953 954 955 956 957
     *
     * @mbg.generated
     */
    public void setSubProp(Integer subProp) {
        this.subProp = subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
958
     * This method returns the value of the database column TAX_PROJECT.BALANCE.IS_DUMMY
959
     *
neo's avatar
neo committed
960
     * @return the value of TAX_PROJECT.BALANCE.IS_DUMMY
961 962 963 964 965 966 967 968 969
     *
     * @mbg.generated
     */
    public Integer getIsDummy() {
        return isDummy;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
970
     * This method sets the value of the database column TAX_PROJECT.BALANCE.IS_DUMMY
971
     *
neo's avatar
neo committed
972
     * @param isDummy the value for TAX_PROJECT.BALANCE.IS_DUMMY
973 974 975 976 977 978 979 980 981
     *
     * @mbg.generated
     */
    public void setIsDummy(Integer isDummy) {
        this.isDummy = isDummy;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
982
     * This method corresponds to the database table TAX_PROJECT.BALANCE
983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", balanceId=").append(balanceId);
        sb.append(", periodId=").append(periodId);
        sb.append(", acctCode=").append(acctCode);
        sb.append(", customerCode=").append(customerCode);
        sb.append(", begDebitBal=").append(begDebitBal);
        sb.append(", begCreditBal=").append(begCreditBal);
        sb.append(", begBal=").append(begBal);
        sb.append(", endBal=").append(endBal);
        sb.append(", endDebitBal=").append(endDebitBal);
        sb.append(", endCreditBal=").append(endCreditBal);
        sb.append(", debitBal=").append(debitBal);
        sb.append(", creditBal=").append(creditBal);
        sb.append(", monthId=").append(monthId);
        sb.append(", yearDebitBal=").append(yearDebitBal);
        sb.append(", yearCreditBal=").append(yearCreditBal);
        sb.append(", carryoverDebit=").append(carryoverDebit);
        sb.append(", carryoverCredit=").append(carryoverCredit);
        sb.append(", yearCarryoverDebit=").append(yearCarryoverDebit);
        sb.append(", yearCarryoverCredit=").append(yearCarryoverCredit);
        sb.append(", debitNet=").append(debitNet);
        sb.append(", creditNet=").append(creditNet);
        sb.append(", yearDebitNet=").append(yearDebitNet);
        sb.append(", yearCreditNet=").append(yearCreditNet);
        sb.append(", stdCode=").append(stdCode);
        sb.append(", mappingReason=").append(mappingReason);
        sb.append(", mappingUser=").append(mappingUser);
        sb.append(", mappingTime=").append(mappingTime);
        sb.append(", subProp=").append(subProp);
        sb.append(", isDummy=").append(isDummy);
        sb.append("]");
        return sb.toString();
    }
}