BalanceStd.java 24.8 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_STD
11 12 13 14 15 16 17
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class BalanceStd 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_STD.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_STD.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_STD.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_STD.BEG_DEBIT_BAL
46 47 48 49 50 51 52 53
     *
     * @mbg.generated
     */
    private BigDecimal begDebitBal;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
225
     * This field corresponds to the database column TAX_PROJECT.BALANCE_STD.SUB_PROP
226 227 228 229 230 231 232
     *
     * @mbg.generated
     */
    private Integer subProp;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
233
     * This field corresponds to the database table TAX_PROJECT.BALANCE_STD
234 235 236 237 238 239 240
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
241
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.BALANCE_ID
242
     *
neo's avatar
neo committed
243
     * @return the value of TAX_PROJECT.BALANCE_STD.BALANCE_ID
244 245 246 247 248 249 250 251 252
     *
     * @mbg.generated
     */
    public String getBalanceId() {
        return balanceId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
253
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.BALANCE_ID
254
     *
neo's avatar
neo committed
255
     * @param balanceId the value for TAX_PROJECT.BALANCE_STD.BALANCE_ID
256 257 258 259 260 261 262 263 264
     *
     * @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
265
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.PERIOD_ID
266
     *
neo's avatar
neo committed
267
     * @return the value of TAX_PROJECT.BALANCE_STD.PERIOD_ID
268 269 270 271 272 273 274 275 276
     *
     * @mbg.generated
     */
    public Integer getPeriodId() {
        return periodId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
277
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.PERIOD_ID
278
     *
neo's avatar
neo committed
279
     * @param periodId the value for TAX_PROJECT.BALANCE_STD.PERIOD_ID
280 281 282 283 284 285 286 287 288
     *
     * @mbg.generated
     */
    public void setPeriodId(Integer periodId) {
        this.periodId = periodId;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
289
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.ACCT_CODE
290
     *
neo's avatar
neo committed
291
     * @return the value of TAX_PROJECT.BALANCE_STD.ACCT_CODE
292 293 294 295 296 297 298 299 300
     *
     * @mbg.generated
     */
    public String getAcctCode() {
        return acctCode;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
301
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.ACCT_CODE
302
     *
neo's avatar
neo committed
303
     * @param acctCode the value for TAX_PROJECT.BALANCE_STD.ACCT_CODE
304 305 306 307 308 309 310 311 312
     *
     * @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
313
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.BEG_DEBIT_BAL
314
     *
neo's avatar
neo committed
315
     * @return the value of TAX_PROJECT.BALANCE_STD.BEG_DEBIT_BAL
316 317 318 319 320 321 322 323 324
     *
     * @mbg.generated
     */
    public BigDecimal getBegDebitBal() {
        return begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
325
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.BEG_DEBIT_BAL
326
     *
neo's avatar
neo committed
327
     * @param begDebitBal the value for TAX_PROJECT.BALANCE_STD.BEG_DEBIT_BAL
328 329 330 331 332 333 334 335 336
     *
     * @mbg.generated
     */
    public void setBegDebitBal(BigDecimal begDebitBal) {
        this.begDebitBal = begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
337
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.BEG_CREDIT_BAL
338
     *
neo's avatar
neo committed
339
     * @return the value of TAX_PROJECT.BALANCE_STD.BEG_CREDIT_BAL
340 341 342 343 344 345 346 347 348
     *
     * @mbg.generated
     */
    public BigDecimal getBegCreditBal() {
        return begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
349
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.BEG_CREDIT_BAL
350
     *
neo's avatar
neo committed
351
     * @param begCreditBal the value for TAX_PROJECT.BALANCE_STD.BEG_CREDIT_BAL
352 353 354 355 356 357 358 359 360
     *
     * @mbg.generated
     */
    public void setBegCreditBal(BigDecimal begCreditBal) {
        this.begCreditBal = begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
361
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.BEG_BAL
362
     *
neo's avatar
neo committed
363
     * @return the value of TAX_PROJECT.BALANCE_STD.BEG_BAL
364 365 366 367 368 369 370 371 372
     *
     * @mbg.generated
     */
    public BigDecimal getBegBal() {
        return begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
373
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.BEG_BAL
374
     *
neo's avatar
neo committed
375
     * @param begBal the value for TAX_PROJECT.BALANCE_STD.BEG_BAL
376 377 378 379 380 381 382 383 384
     *
     * @mbg.generated
     */
    public void setBegBal(BigDecimal begBal) {
        this.begBal = begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
385
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.END_BAL
386
     *
neo's avatar
neo committed
387
     * @return the value of TAX_PROJECT.BALANCE_STD.END_BAL
388 389 390 391 392 393 394 395 396
     *
     * @mbg.generated
     */
    public BigDecimal getEndBal() {
        return endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
397
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.END_BAL
398
     *
neo's avatar
neo committed
399
     * @param endBal the value for TAX_PROJECT.BALANCE_STD.END_BAL
400 401 402 403 404 405 406 407 408
     *
     * @mbg.generated
     */
    public void setEndBal(BigDecimal endBal) {
        this.endBal = endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
409
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.END_DEBIT_BAL
410
     *
neo's avatar
neo committed
411
     * @return the value of TAX_PROJECT.BALANCE_STD.END_DEBIT_BAL
412 413 414 415 416 417 418 419 420
     *
     * @mbg.generated
     */
    public BigDecimal getEndDebitBal() {
        return endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
421
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.END_DEBIT_BAL
422
     *
neo's avatar
neo committed
423
     * @param endDebitBal the value for TAX_PROJECT.BALANCE_STD.END_DEBIT_BAL
424 425 426 427 428 429 430 431 432
     *
     * @mbg.generated
     */
    public void setEndDebitBal(BigDecimal endDebitBal) {
        this.endDebitBal = endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
433
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.END_CREDIT_BAL
434
     *
neo's avatar
neo committed
435
     * @return the value of TAX_PROJECT.BALANCE_STD.END_CREDIT_BAL
436 437 438 439 440 441 442 443 444
     *
     * @mbg.generated
     */
    public BigDecimal getEndCreditBal() {
        return endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
445
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.END_CREDIT_BAL
446
     *
neo's avatar
neo committed
447
     * @param endCreditBal the value for TAX_PROJECT.BALANCE_STD.END_CREDIT_BAL
448 449 450 451 452 453 454 455 456
     *
     * @mbg.generated
     */
    public void setEndCreditBal(BigDecimal endCreditBal) {
        this.endCreditBal = endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
457
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.DEBIT_BAL
458
     *
neo's avatar
neo committed
459
     * @return the value of TAX_PROJECT.BALANCE_STD.DEBIT_BAL
460 461 462 463 464 465 466 467 468
     *
     * @mbg.generated
     */
    public BigDecimal getDebitBal() {
        return debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
469
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.DEBIT_BAL
470
     *
neo's avatar
neo committed
471
     * @param debitBal the value for TAX_PROJECT.BALANCE_STD.DEBIT_BAL
472 473 474 475 476 477 478 479 480
     *
     * @mbg.generated
     */
    public void setDebitBal(BigDecimal debitBal) {
        this.debitBal = debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
481
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.CREDIT_BAL
482
     *
neo's avatar
neo committed
483
     * @return the value of TAX_PROJECT.BALANCE_STD.CREDIT_BAL
484 485 486 487 488 489 490 491 492
     *
     * @mbg.generated
     */
    public BigDecimal getCreditBal() {
        return creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
493
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.CREDIT_BAL
494
     *
neo's avatar
neo committed
495
     * @param creditBal the value for TAX_PROJECT.BALANCE_STD.CREDIT_BAL
496 497 498 499 500 501 502 503 504
     *
     * @mbg.generated
     */
    public void setCreditBal(BigDecimal creditBal) {
        this.creditBal = creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
505
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_BAL
506
     *
neo's avatar
neo committed
507
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_BAL
508 509 510 511 512 513 514 515 516
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitBal() {
        return yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
517
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_BAL
518
     *
neo's avatar
neo committed
519
     * @param yearDebitBal the value for TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_BAL
520 521 522 523 524 525 526 527 528
     *
     * @mbg.generated
     */
    public void setYearDebitBal(BigDecimal yearDebitBal) {
        this.yearDebitBal = yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
529
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_BAL
530
     *
neo's avatar
neo committed
531
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_BAL
532 533 534 535 536 537 538 539 540
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditBal() {
        return yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
541
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_BAL
542
     *
neo's avatar
neo committed
543
     * @param yearCreditBal the value for TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_BAL
544 545 546 547 548 549 550 551 552
     *
     * @mbg.generated
     */
    public void setYearCreditBal(BigDecimal yearCreditBal) {
        this.yearCreditBal = yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
553
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.CARRYOVER_DEBIT
554
     *
neo's avatar
neo committed
555
     * @return the value of TAX_PROJECT.BALANCE_STD.CARRYOVER_DEBIT
556 557 558 559 560 561 562 563 564
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverDebit() {
        return carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
565
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.CARRYOVER_DEBIT
566
     *
neo's avatar
neo committed
567
     * @param carryoverDebit the value for TAX_PROJECT.BALANCE_STD.CARRYOVER_DEBIT
568 569 570 571 572 573 574 575 576
     *
     * @mbg.generated
     */
    public void setCarryoverDebit(BigDecimal carryoverDebit) {
        this.carryoverDebit = carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
577
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.CARRYOVER_CREDIT
578
     *
neo's avatar
neo committed
579
     * @return the value of TAX_PROJECT.BALANCE_STD.CARRYOVER_CREDIT
580 581 582 583 584 585 586 587 588
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverCredit() {
        return carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
589
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.CARRYOVER_CREDIT
590
     *
neo's avatar
neo committed
591
     * @param carryoverCredit the value for TAX_PROJECT.BALANCE_STD.CARRYOVER_CREDIT
592 593 594 595 596 597 598 599 600
     *
     * @mbg.generated
     */
    public void setCarryoverCredit(BigDecimal carryoverCredit) {
        this.carryoverCredit = carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
601
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_DEBIT
602
     *
neo's avatar
neo committed
603
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_DEBIT
604 605 606 607 608 609 610 611 612
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverDebit() {
        return yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
613
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_DEBIT
614
     *
neo's avatar
neo committed
615
     * @param yearCarryoverDebit the value for TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_DEBIT
616 617 618 619 620 621 622 623 624
     *
     * @mbg.generated
     */
    public void setYearCarryoverDebit(BigDecimal yearCarryoverDebit) {
        this.yearCarryoverDebit = yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
625
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_CREDIT
626
     *
neo's avatar
neo committed
627
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_CREDIT
628 629 630 631 632 633 634 635 636
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverCredit() {
        return yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
637
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_CREDIT
638
     *
neo's avatar
neo committed
639
     * @param yearCarryoverCredit the value for TAX_PROJECT.BALANCE_STD.YEAR_CARRYOVER_CREDIT
640 641 642 643 644 645 646 647 648
     *
     * @mbg.generated
     */
    public void setYearCarryoverCredit(BigDecimal yearCarryoverCredit) {
        this.yearCarryoverCredit = yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
649
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.DEBIT_NET
650
     *
neo's avatar
neo committed
651
     * @return the value of TAX_PROJECT.BALANCE_STD.DEBIT_NET
652 653 654 655 656 657 658 659 660
     *
     * @mbg.generated
     */
    public BigDecimal getDebitNet() {
        return debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
661
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.DEBIT_NET
662
     *
neo's avatar
neo committed
663
     * @param debitNet the value for TAX_PROJECT.BALANCE_STD.DEBIT_NET
664 665 666 667 668 669 670 671 672
     *
     * @mbg.generated
     */
    public void setDebitNet(BigDecimal debitNet) {
        this.debitNet = debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
673
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.CREDIT_NET
674
     *
neo's avatar
neo committed
675
     * @return the value of TAX_PROJECT.BALANCE_STD.CREDIT_NET
676 677 678 679 680 681 682 683 684
     *
     * @mbg.generated
     */
    public BigDecimal getCreditNet() {
        return creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
685
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.CREDIT_NET
686
     *
neo's avatar
neo committed
687
     * @param creditNet the value for TAX_PROJECT.BALANCE_STD.CREDIT_NET
688 689 690 691 692 693 694 695 696
     *
     * @mbg.generated
     */
    public void setCreditNet(BigDecimal creditNet) {
        this.creditNet = creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
697
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_NET
698
     *
neo's avatar
neo committed
699
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_NET
700 701 702 703 704 705 706 707 708
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitNet() {
        return yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
709
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_NET
710
     *
neo's avatar
neo committed
711
     * @param yearDebitNet the value for TAX_PROJECT.BALANCE_STD.YEAR_DEBIT_NET
712 713 714 715 716 717 718 719 720
     *
     * @mbg.generated
     */
    public void setYearDebitNet(BigDecimal yearDebitNet) {
        this.yearDebitNet = yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
721
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_NET
722
     *
neo's avatar
neo committed
723
     * @return the value of TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_NET
724 725 726 727 728 729 730 731 732
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditNet() {
        return yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
733
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_NET
734
     *
neo's avatar
neo committed
735
     * @param yearCreditNet the value for TAX_PROJECT.BALANCE_STD.YEAR_CREDIT_NET
736 737 738 739 740 741 742 743 744
     *
     * @mbg.generated
     */
    public void setYearCreditNet(BigDecimal yearCreditNet) {
        this.yearCreditNet = yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
745
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.CREATE_TIME
746
     *
neo's avatar
neo committed
747
     * @return the value of TAX_PROJECT.BALANCE_STD.CREATE_TIME
748 749 750 751 752 753 754 755 756
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
757
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.CREATE_TIME
758
     *
neo's avatar
neo committed
759
     * @param createTime the value for TAX_PROJECT.BALANCE_STD.CREATE_TIME
760 761 762 763 764 765 766 767 768
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
769
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.UPDATE_TIME
770
     *
neo's avatar
neo committed
771
     * @return the value of TAX_PROJECT.BALANCE_STD.UPDATE_TIME
772 773 774 775 776 777 778 779 780
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
781
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.UPDATE_TIME
782
     *
neo's avatar
neo committed
783
     * @param updateTime the value for TAX_PROJECT.BALANCE_STD.UPDATE_TIME
784 785 786 787 788 789 790 791 792
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
793
     * This method returns the value of the database column TAX_PROJECT.BALANCE_STD.SUB_PROP
794
     *
neo's avatar
neo committed
795
     * @return the value of TAX_PROJECT.BALANCE_STD.SUB_PROP
796 797 798 799 800 801 802 803 804
     *
     * @mbg.generated
     */
    public Integer getSubProp() {
        return subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
805
     * This method sets the value of the database column TAX_PROJECT.BALANCE_STD.SUB_PROP
806
     *
neo's avatar
neo committed
807
     * @param subProp the value for TAX_PROJECT.BALANCE_STD.SUB_PROP
808 809 810 811 812 813 814 815 816
     *
     * @mbg.generated
     */
    public void setSubProp(Integer subProp) {
        this.subProp = subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
817
     * This method corresponds to the database table TAX_PROJECT.BALANCE_STD
818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854
     *
     * @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(", 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(", 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(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append(", subProp=").append(subProp);
        sb.append("]");
        return sb.toString();
    }
}