PeriodEnterpriseAccount.java 22.4 KB
Newer Older
neo's avatar
neo committed
1 2 3 4 5 6 7 8
package pwc.taxtech.atms.vat.entity;

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

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

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

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

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

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

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

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
98
     * This field corresponds to the database column period_enterprise_account.is_leaf
neo's avatar
neo committed
99 100 101 102 103 104 105 106
     *
     * @mbg.generated
     */
    private Boolean isLeaf;

    /**
     *
     * This field was generated by MyBatis Generator.
107
     * This field corresponds to the database column period_enterprise_account.is_active
neo's avatar
neo committed
108 109 110 111 112 113 114 115
     *
     * @mbg.generated
     */
    private Boolean isActive;

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
143
     * This field corresponds to the database column period_enterprise_account.is_dummy
neo's avatar
neo committed
144 145 146 147 148 149 150 151
     *
     * @mbg.generated
     */
    private Integer isDummy;

    /**
     *
     * This field was generated by MyBatis Generator.
152
     * This field corresponds to the database column period_enterprise_account.is_in_voucher
neo's avatar
neo committed
153 154 155 156 157 158 159 160
     *
     * @mbg.generated
     */
    private Integer isInVoucher;

    /**
     *
     * This field was generated by MyBatis Generator.
161
     * This field corresponds to the database column period_enterprise_account.creator_id
neo's avatar
neo committed
162 163 164 165 166 167 168 169
     *
     * @mbg.generated
     */
    private String creatorId;

    /**
     *
     * This field was generated by MyBatis Generator.
170
     * This field corresponds to the database column period_enterprise_account.updator_id
neo's avatar
neo committed
171 172 173 174 175 176 177 178
     *
     * @mbg.generated
     */
    private String updatorId;

    /**
     *
     * This field was generated by MyBatis Generator.
179
     * This field corresponds to the database column period_enterprise_account.create_time
neo's avatar
neo committed
180 181 182 183 184 185 186 187
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     *
     * This field was generated by MyBatis Generator.
188
     * This field corresponds to the database column period_enterprise_account.update_time
neo's avatar
neo committed
189 190 191 192 193 194 195 196
     *
     * @mbg.generated
     */
    private Date updateTime;

    /**
     *
     * This field was generated by MyBatis Generator.
197
     * This field corresponds to the database column period_enterprise_account.project_id
neo's avatar
neo committed
198 199 200 201 202 203 204 205
     *
     * @mbg.generated
     */
    private String projectId;

    /**
     *
     * This field was generated by MyBatis Generator.
206
     * This field corresponds to the database column period_enterprise_account.period
neo's avatar
neo committed
207 208 209 210 211 212 213
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     * This field was generated by MyBatis Generator.
214
     * This field corresponds to the database table period_enterprise_account
neo's avatar
neo committed
215 216 217 218 219 220 221
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
222
     * This method returns the value of the database column period_enterprise_account.id
neo's avatar
neo committed
223
     *
224
     * @return the value of period_enterprise_account.id
neo's avatar
neo committed
225 226 227 228 229 230 231 232 233
     *
     * @mbg.generated
     */
    public String getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
234
     * This method sets the value of the database column period_enterprise_account.id
neo's avatar
neo committed
235
     *
236
     * @param id the value for period_enterprise_account.id
neo's avatar
neo committed
237 238 239 240 241 242 243 244 245
     *
     * @mbg.generated
     */
    public void setId(String id) {
        this.id = id == null ? null : id.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
246
     * This method returns the value of the database column period_enterprise_account.acct_code
neo's avatar
neo committed
247
     *
248
     * @return the value of period_enterprise_account.acct_code
neo's avatar
neo committed
249 250 251 252 253 254 255 256 257
     *
     * @mbg.generated
     */
    public String getAcctCode() {
        return acctCode;
    }

    /**
     * This method was generated by MyBatis Generator.
258
     * This method sets the value of the database column period_enterprise_account.acct_code
neo's avatar
neo committed
259
     *
260
     * @param acctCode the value for period_enterprise_account.acct_code
neo's avatar
neo committed
261 262 263 264 265 266 267 268 269
     *
     * @mbg.generated
     */
    public void setAcctCode(String acctCode) {
        this.acctCode = acctCode == null ? null : acctCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
270
     * This method returns the value of the database column period_enterprise_account.name
neo's avatar
neo committed
271
     *
272
     * @return the value of period_enterprise_account.name
neo's avatar
neo committed
273 274 275 276 277 278 279 280 281
     *
     * @mbg.generated
     */
    public String getName() {
        return name;
    }

    /**
     * This method was generated by MyBatis Generator.
282
     * This method sets the value of the database column period_enterprise_account.name
neo's avatar
neo committed
283
     *
284
     * @param name the value for period_enterprise_account.name
neo's avatar
neo committed
285 286 287 288 289 290 291 292 293
     *
     * @mbg.generated
     */
    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
294
     * This method returns the value of the database column period_enterprise_account.parent_code
neo's avatar
neo committed
295
     *
296
     * @return the value of period_enterprise_account.parent_code
neo's avatar
neo committed
297 298 299 300 301 302 303 304 305
     *
     * @mbg.generated
     */
    public String getParentCode() {
        return parentCode;
    }

    /**
     * This method was generated by MyBatis Generator.
306
     * This method sets the value of the database column period_enterprise_account.parent_code
neo's avatar
neo committed
307
     *
308
     * @param parentCode the value for period_enterprise_account.parent_code
neo's avatar
neo committed
309 310 311 312 313 314 315 316 317
     *
     * @mbg.generated
     */
    public void setParentCode(String parentCode) {
        this.parentCode = parentCode == null ? null : parentCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
318
     * This method returns the value of the database column period_enterprise_account.full_name
neo's avatar
neo committed
319
     *
320
     * @return the value of period_enterprise_account.full_name
neo's avatar
neo committed
321 322 323 324 325 326 327 328 329
     *
     * @mbg.generated
     */
    public String getFullName() {
        return fullName;
    }

    /**
     * This method was generated by MyBatis Generator.
330
     * This method sets the value of the database column period_enterprise_account.full_name
neo's avatar
neo committed
331
     *
332
     * @param fullName the value for period_enterprise_account.full_name
neo's avatar
neo committed
333 334 335 336 337 338 339 340 341
     *
     * @mbg.generated
     */
    public void setFullName(String fullName) {
        this.fullName = fullName == null ? null : fullName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
342
     * This method returns the value of the database column period_enterprise_account.acct_prop
neo's avatar
neo committed
343
     *
344
     * @return the value of period_enterprise_account.acct_prop
neo's avatar
neo committed
345 346 347 348 349 350 351 352 353
     *
     * @mbg.generated
     */
    public Integer getAcctProp() {
        return acctProp;
    }

    /**
     * This method was generated by MyBatis Generator.
354
     * This method sets the value of the database column period_enterprise_account.acct_prop
neo's avatar
neo committed
355
     *
356
     * @param acctProp the value for period_enterprise_account.acct_prop
neo's avatar
neo committed
357 358 359 360 361 362 363 364 365
     *
     * @mbg.generated
     */
    public void setAcctProp(Integer acctProp) {
        this.acctProp = acctProp;
    }

    /**
     * This method was generated by MyBatis Generator.
366
     * This method returns the value of the database column period_enterprise_account.sub_prop
neo's avatar
neo committed
367
     *
368
     * @return the value of period_enterprise_account.sub_prop
neo's avatar
neo committed
369 370 371 372 373 374 375 376 377
     *
     * @mbg.generated
     */
    public Integer getSubProp() {
        return subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
378
     * This method sets the value of the database column period_enterprise_account.sub_prop
neo's avatar
neo committed
379
     *
380
     * @param subProp the value for period_enterprise_account.sub_prop
neo's avatar
neo committed
381 382 383 384 385 386 387 388 389
     *
     * @mbg.generated
     */
    public void setSubProp(Integer subProp) {
        this.subProp = subProp;
    }

    /**
     * This method was generated by MyBatis Generator.
390
     * This method returns the value of the database column period_enterprise_account.acct_level
neo's avatar
neo committed
391
     *
392
     * @return the value of period_enterprise_account.acct_level
neo's avatar
neo committed
393 394 395 396 397 398 399 400 401
     *
     * @mbg.generated
     */
    public Integer getAcctLevel() {
        return acctLevel;
    }

    /**
     * This method was generated by MyBatis Generator.
402
     * This method sets the value of the database column period_enterprise_account.acct_level
neo's avatar
neo committed
403
     *
404
     * @param acctLevel the value for period_enterprise_account.acct_level
neo's avatar
neo committed
405 406 407 408 409 410 411 412 413
     *
     * @mbg.generated
     */
    public void setAcctLevel(Integer acctLevel) {
        this.acctLevel = acctLevel;
    }

    /**
     * This method was generated by MyBatis Generator.
414
     * This method returns the value of the database column period_enterprise_account.direction
neo's avatar
neo committed
415
     *
416
     * @return the value of period_enterprise_account.direction
neo's avatar
neo committed
417 418 419 420 421 422 423 424 425
     *
     * @mbg.generated
     */
    public Integer getDirection() {
        return direction;
    }

    /**
     * This method was generated by MyBatis Generator.
426
     * This method sets the value of the database column period_enterprise_account.direction
neo's avatar
neo committed
427
     *
428
     * @param direction the value for period_enterprise_account.direction
neo's avatar
neo committed
429 430 431 432 433 434 435 436 437
     *
     * @mbg.generated
     */
    public void setDirection(Integer direction) {
        this.direction = direction;
    }

    /**
     * This method was generated by MyBatis Generator.
438
     * This method returns the value of the database column period_enterprise_account.is_leaf
neo's avatar
neo committed
439
     *
440
     * @return the value of period_enterprise_account.is_leaf
neo's avatar
neo committed
441 442 443 444 445 446 447 448 449
     *
     * @mbg.generated
     */
    public Boolean getIsLeaf() {
        return isLeaf;
    }

    /**
     * This method was generated by MyBatis Generator.
450
     * This method sets the value of the database column period_enterprise_account.is_leaf
neo's avatar
neo committed
451
     *
452
     * @param isLeaf the value for period_enterprise_account.is_leaf
neo's avatar
neo committed
453 454 455 456 457 458 459 460 461
     *
     * @mbg.generated
     */
    public void setIsLeaf(Boolean isLeaf) {
        this.isLeaf = isLeaf;
    }

    /**
     * This method was generated by MyBatis Generator.
462
     * This method returns the value of the database column period_enterprise_account.is_active
neo's avatar
neo committed
463
     *
464
     * @return the value of period_enterprise_account.is_active
neo's avatar
neo committed
465 466 467 468 469 470 471 472 473
     *
     * @mbg.generated
     */
    public Boolean getIsActive() {
        return isActive;
    }

    /**
     * This method was generated by MyBatis Generator.
474
     * This method sets the value of the database column period_enterprise_account.is_active
neo's avatar
neo committed
475
     *
476
     * @param isActive the value for period_enterprise_account.is_active
neo's avatar
neo committed
477 478 479 480 481 482 483 484 485
     *
     * @mbg.generated
     */
    public void setIsActive(Boolean isActive) {
        this.isActive = isActive;
    }

    /**
     * This method was generated by MyBatis Generator.
486
     * This method returns the value of the database column period_enterprise_account.english_name
neo's avatar
neo committed
487
     *
488
     * @return the value of period_enterprise_account.english_name
neo's avatar
neo committed
489 490 491 492 493 494 495 496 497
     *
     * @mbg.generated
     */
    public String getEnglishName() {
        return englishName;
    }

    /**
     * This method was generated by MyBatis Generator.
498
     * This method sets the value of the database column period_enterprise_account.english_name
neo's avatar
neo committed
499
     *
500
     * @param englishName the value for period_enterprise_account.english_name
neo's avatar
neo committed
501 502 503 504 505 506 507 508 509
     *
     * @mbg.generated
     */
    public void setEnglishName(String englishName) {
        this.englishName = englishName == null ? null : englishName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
510
     * This method returns the value of the database column period_enterprise_account.std_code
neo's avatar
neo committed
511
     *
512
     * @return the value of period_enterprise_account.std_code
neo's avatar
neo committed
513 514 515 516 517 518 519 520 521
     *
     * @mbg.generated
     */
    public String getStdCode() {
        return stdCode;
    }

    /**
     * This method was generated by MyBatis Generator.
522
     * This method sets the value of the database column period_enterprise_account.std_code
neo's avatar
neo committed
523
     *
524
     * @param stdCode the value for period_enterprise_account.std_code
neo's avatar
neo committed
525 526 527 528 529 530 531 532 533
     *
     * @mbg.generated
     */
    public void setStdCode(String stdCode) {
        this.stdCode = stdCode == null ? null : stdCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
534
     * This method returns the value of the database column period_enterprise_account.enterprise_account_set_id
neo's avatar
neo committed
535
     *
536
     * @return the value of period_enterprise_account.enterprise_account_set_id
neo's avatar
neo committed
537 538 539 540 541 542 543 544 545
     *
     * @mbg.generated
     */
    public String getEnterpriseAccountSetId() {
        return enterpriseAccountSetId;
    }

    /**
     * This method was generated by MyBatis Generator.
546
     * This method sets the value of the database column period_enterprise_account.enterprise_account_set_id
neo's avatar
neo committed
547
     *
548
     * @param enterpriseAccountSetId the value for period_enterprise_account.enterprise_account_set_id
neo's avatar
neo committed
549 550 551 552 553 554 555 556 557
     *
     * @mbg.generated
     */
    public void setEnterpriseAccountSetId(String enterpriseAccountSetId) {
        this.enterpriseAccountSetId = enterpriseAccountSetId == null ? null : enterpriseAccountSetId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
558
     * This method returns the value of the database column period_enterprise_account.is_dummy
neo's avatar
neo committed
559
     *
560
     * @return the value of period_enterprise_account.is_dummy
neo's avatar
neo committed
561 562 563 564 565 566 567 568 569
     *
     * @mbg.generated
     */
    public Integer getIsDummy() {
        return isDummy;
    }

    /**
     * This method was generated by MyBatis Generator.
570
     * This method sets the value of the database column period_enterprise_account.is_dummy
neo's avatar
neo committed
571
     *
572
     * @param isDummy the value for period_enterprise_account.is_dummy
neo's avatar
neo committed
573 574 575 576 577 578 579 580 581
     *
     * @mbg.generated
     */
    public void setIsDummy(Integer isDummy) {
        this.isDummy = isDummy;
    }

    /**
     * This method was generated by MyBatis Generator.
582
     * This method returns the value of the database column period_enterprise_account.is_in_voucher
neo's avatar
neo committed
583
     *
584
     * @return the value of period_enterprise_account.is_in_voucher
neo's avatar
neo committed
585 586 587 588 589 590 591 592 593
     *
     * @mbg.generated
     */
    public Integer getIsInVoucher() {
        return isInVoucher;
    }

    /**
     * This method was generated by MyBatis Generator.
594
     * This method sets the value of the database column period_enterprise_account.is_in_voucher
neo's avatar
neo committed
595
     *
596
     * @param isInVoucher the value for period_enterprise_account.is_in_voucher
neo's avatar
neo committed
597 598 599 600 601 602 603 604 605
     *
     * @mbg.generated
     */
    public void setIsInVoucher(Integer isInVoucher) {
        this.isInVoucher = isInVoucher;
    }

    /**
     * This method was generated by MyBatis Generator.
606
     * This method returns the value of the database column period_enterprise_account.creator_id
neo's avatar
neo committed
607
     *
608
     * @return the value of period_enterprise_account.creator_id
neo's avatar
neo committed
609 610 611 612 613 614 615 616 617
     *
     * @mbg.generated
     */
    public String getCreatorId() {
        return creatorId;
    }

    /**
     * This method was generated by MyBatis Generator.
618
     * This method sets the value of the database column period_enterprise_account.creator_id
neo's avatar
neo committed
619
     *
620
     * @param creatorId the value for period_enterprise_account.creator_id
neo's avatar
neo committed
621 622 623 624 625 626 627 628 629
     *
     * @mbg.generated
     */
    public void setCreatorId(String creatorId) {
        this.creatorId = creatorId == null ? null : creatorId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
630
     * This method returns the value of the database column period_enterprise_account.updator_id
neo's avatar
neo committed
631
     *
632
     * @return the value of period_enterprise_account.updator_id
neo's avatar
neo committed
633 634 635 636 637 638 639 640 641
     *
     * @mbg.generated
     */
    public String getUpdatorId() {
        return updatorId;
    }

    /**
     * This method was generated by MyBatis Generator.
642
     * This method sets the value of the database column period_enterprise_account.updator_id
neo's avatar
neo committed
643
     *
644
     * @param updatorId the value for period_enterprise_account.updator_id
neo's avatar
neo committed
645 646 647 648 649 650 651 652 653
     *
     * @mbg.generated
     */
    public void setUpdatorId(String updatorId) {
        this.updatorId = updatorId == null ? null : updatorId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
654
     * This method returns the value of the database column period_enterprise_account.create_time
neo's avatar
neo committed
655
     *
656
     * @return the value of period_enterprise_account.create_time
neo's avatar
neo committed
657 658 659 660 661 662 663 664 665
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
666
     * This method sets the value of the database column period_enterprise_account.create_time
neo's avatar
neo committed
667
     *
668
     * @param createTime the value for period_enterprise_account.create_time
neo's avatar
neo committed
669 670 671 672 673 674 675 676 677
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
678
     * This method returns the value of the database column period_enterprise_account.update_time
neo's avatar
neo committed
679
     *
680
     * @return the value of period_enterprise_account.update_time
neo's avatar
neo committed
681 682 683 684 685 686 687 688 689
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
690
     * This method sets the value of the database column period_enterprise_account.update_time
neo's avatar
neo committed
691
     *
692
     * @param updateTime the value for period_enterprise_account.update_time
neo's avatar
neo committed
693 694 695 696 697 698 699 700 701
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
702
     * This method returns the value of the database column period_enterprise_account.project_id
neo's avatar
neo committed
703
     *
704
     * @return the value of period_enterprise_account.project_id
neo's avatar
neo committed
705 706 707 708 709 710 711 712 713
     *
     * @mbg.generated
     */
    public String getProjectId() {
        return projectId;
    }

    /**
     * This method was generated by MyBatis Generator.
714
     * This method sets the value of the database column period_enterprise_account.project_id
neo's avatar
neo committed
715
     *
716
     * @param projectId the value for period_enterprise_account.project_id
neo's avatar
neo committed
717 718 719 720 721 722 723 724 725
     *
     * @mbg.generated
     */
    public void setProjectId(String projectId) {
        this.projectId = projectId == null ? null : projectId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
726
     * This method returns the value of the database column period_enterprise_account.period
neo's avatar
neo committed
727
     *
728
     * @return the value of period_enterprise_account.period
neo's avatar
neo committed
729 730 731 732 733 734 735 736 737
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
738
     * This method sets the value of the database column period_enterprise_account.period
neo's avatar
neo committed
739
     *
740
     * @param period the value for period_enterprise_account.period
neo's avatar
neo committed
741 742 743 744 745 746 747 748 749
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
750
     * This method corresponds to the database table period_enterprise_account
neo's avatar
neo committed
751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", id=").append(id);
        sb.append(", acctCode=").append(acctCode);
        sb.append(", name=").append(name);
        sb.append(", parentCode=").append(parentCode);
        sb.append(", fullName=").append(fullName);
        sb.append(", acctProp=").append(acctProp);
        sb.append(", subProp=").append(subProp);
        sb.append(", acctLevel=").append(acctLevel);
        sb.append(", direction=").append(direction);
        sb.append(", isLeaf=").append(isLeaf);
        sb.append(", isActive=").append(isActive);
        sb.append(", englishName=").append(englishName);
        sb.append(", stdCode=").append(stdCode);
        sb.append(", enterpriseAccountSetId=").append(enterpriseAccountSetId);
        sb.append(", isDummy=").append(isDummy);
        sb.append(", isInVoucher=").append(isInVoucher);
        sb.append(", creatorId=").append(creatorId);
        sb.append(", updatorId=").append(updatorId);
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append(", projectId=").append(projectId);
        sb.append(", period=").append(period);
        sb.append("]");
        return sb.toString();
    }
}