IndexAnalysisDetailResult.java 17.7 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

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

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
44
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.PERIOD
45 46 47 48 49 50 51 52
     *
     * @mbg.generated
     */
    private Integer period;

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

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

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

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
98
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_VALUE
99 100 101 102 103 104 105 106
     *
     * @mbg.generated
     */
    private Integer isYearValue;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
107
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MON_EXP
108 109 110 111 112 113 114 115
     *
     * @mbg.generated
     */
    private Integer isMonExp;

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
116
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_EXP
117 118 119 120 121 122 123 124
     *
     * @mbg.generated
     */
    private Integer isYearExp;

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
143
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.CREATE_TIME
144 145 146
     *
     * @mbg.generated
     */
neo's avatar
neo committed
147
    private Date createTime;
148 149 150 151

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
152
     * This field corresponds to the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.UPDATE_TIME
153 154 155
     *
     * @mbg.generated
     */
neo's avatar
neo committed
156
    private Date updateTime;
157 158 159

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
160
     * This field corresponds to the database table TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT
161 162 163 164 165 166 167
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
168
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.ID
169
     *
neo's avatar
neo committed
170
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.ID
171 172 173
     *
     * @mbg.generated
     */
neo's avatar
neo committed
174 175
    public String getId() {
        return id;
176 177 178 179
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
180
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.ID
181
     *
neo's avatar
neo committed
182
     * @param id the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.ID
183 184 185
     *
     * @mbg.generated
     */
neo's avatar
neo committed
186 187
    public void setId(String id) {
        this.id = id == null ? null : id.trim();
188 189 190 191
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
192
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.RESULT_ID
193
     *
neo's avatar
neo committed
194
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.RESULT_ID
195 196 197
     *
     * @mbg.generated
     */
neo's avatar
neo committed
198 199
    public String getResultId() {
        return resultId;
200 201 202 203
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
204
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.RESULT_ID
205
     *
neo's avatar
neo committed
206
     * @param resultId the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.RESULT_ID
207 208 209
     *
     * @mbg.generated
     */
neo's avatar
neo committed
210 211
    public void setResultId(String resultId) {
        this.resultId = resultId == null ? null : resultId.trim();
212 213 214 215
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
216
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.YEAR
217
     *
neo's avatar
neo committed
218
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.YEAR
219 220 221 222 223 224 225 226 227
     *
     * @mbg.generated
     */
    public Integer getYear() {
        return year;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
228
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.YEAR
229
     *
neo's avatar
neo committed
230
     * @param year the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.YEAR
231 232 233 234 235 236 237 238 239
     *
     * @mbg.generated
     */
    public void setYear(Integer year) {
        this.year = year;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
240
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.PERIOD
241
     *
neo's avatar
neo committed
242
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.PERIOD
243 244 245 246 247 248 249 250 251
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
252
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.PERIOD
253
     *
neo's avatar
neo committed
254
     * @param period the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.PERIOD
255 256 257 258 259 260 261 262 263
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
264
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_NAME
265
     *
neo's avatar
neo committed
266
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_NAME
267 268 269 270 271 272 273 274 275
     *
     * @mbg.generated
     */
    public String getIndexName() {
        return indexName;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
276
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_NAME
277
     *
neo's avatar
neo committed
278
     * @param indexName the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_NAME
279 280 281 282 283 284 285 286 287
     *
     * @mbg.generated
     */
    public void setIndexName(String indexName) {
        this.indexName = indexName == null ? null : indexName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
288
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.SEQUENCE
289
     *
neo's avatar
neo committed
290
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.SEQUENCE
291 292 293 294 295 296 297 298 299
     *
     * @mbg.generated
     */
    public Integer getSequence() {
        return sequence;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
300
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.SEQUENCE
301
     *
neo's avatar
neo committed
302
     * @param sequence the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.SEQUENCE
303 304 305 306 307 308 309 310 311
     *
     * @mbg.generated
     */
    public void setSequence(Integer sequence) {
        this.sequence = sequence;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
312
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.DISPLAY_TYPE
313
     *
neo's avatar
neo committed
314
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.DISPLAY_TYPE
315 316 317 318 319 320 321 322 323
     *
     * @mbg.generated
     */
    public Integer getDisplayType() {
        return displayType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
324
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.DISPLAY_TYPE
325
     *
neo's avatar
neo committed
326
     * @param displayType the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.DISPLAY_TYPE
327 328 329 330 331 332 333 334 335
     *
     * @mbg.generated
     */
    public void setDisplayType(Integer displayType) {
        this.displayType = displayType;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
336
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_VISIBLE
337
     *
neo's avatar
neo committed
338
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_VISIBLE
339 340 341 342 343 344 345 346 347
     *
     * @mbg.generated
     */
    public Integer getIsVisible() {
        return isVisible;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
348
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_VISIBLE
349
     *
neo's avatar
neo committed
350
     * @param isVisible the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_VISIBLE
351 352 353 354 355 356 357 358 359
     *
     * @mbg.generated
     */
    public void setIsVisible(Integer isVisible) {
        this.isVisible = isVisible;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
360
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MAIN_VALUE
361
     *
neo's avatar
neo committed
362
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MAIN_VALUE
363 364 365 366 367 368 369 370 371
     *
     * @mbg.generated
     */
    public Integer getIsMainValue() {
        return isMainValue;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
372
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MAIN_VALUE
373
     *
neo's avatar
neo committed
374
     * @param isMainValue the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MAIN_VALUE
375 376 377 378 379 380 381 382 383
     *
     * @mbg.generated
     */
    public void setIsMainValue(Integer isMainValue) {
        this.isMainValue = isMainValue;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
384
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_VALUE
385
     *
neo's avatar
neo committed
386
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_VALUE
387 388 389 390 391 392 393 394 395
     *
     * @mbg.generated
     */
    public Integer getIsYearValue() {
        return isYearValue;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
396
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_VALUE
397
     *
neo's avatar
neo committed
398
     * @param isYearValue the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_VALUE
399 400 401 402 403 404 405 406 407
     *
     * @mbg.generated
     */
    public void setIsYearValue(Integer isYearValue) {
        this.isYearValue = isYearValue;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
408
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MON_EXP
409
     *
neo's avatar
neo committed
410
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MON_EXP
411 412 413 414 415 416 417 418 419
     *
     * @mbg.generated
     */
    public Integer getIsMonExp() {
        return isMonExp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
420
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MON_EXP
421
     *
neo's avatar
neo committed
422
     * @param isMonExp the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_MON_EXP
423 424 425 426 427 428 429 430 431
     *
     * @mbg.generated
     */
    public void setIsMonExp(Integer isMonExp) {
        this.isMonExp = isMonExp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
432
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_EXP
433
     *
neo's avatar
neo committed
434
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_EXP
435 436 437 438 439 440 441 442 443
     *
     * @mbg.generated
     */
    public Integer getIsYearExp() {
        return isYearExp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
444
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_EXP
445
     *
neo's avatar
neo committed
446
     * @param isYearExp the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.IS_YEAR_EXP
447 448 449 450 451 452 453 454 455
     *
     * @mbg.generated
     */
    public void setIsYearExp(Integer isYearExp) {
        this.isYearExp = isYearExp;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
456
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_RESULT
457
     *
neo's avatar
neo committed
458
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_RESULT
459 460 461 462 463 464 465 466 467
     *
     * @mbg.generated
     */
    public String getIndexResult() {
        return indexResult;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
468
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_RESULT
469
     *
neo's avatar
neo committed
470
     * @param indexResult the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_RESULT
471 472 473 474 475 476 477 478 479
     *
     * @mbg.generated
     */
    public void setIndexResult(String indexResult) {
        this.indexResult = indexResult == null ? null : indexResult.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
480
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_CODE
481
     *
neo's avatar
neo committed
482
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_CODE
483 484 485
     *
     * @mbg.generated
     */
neo's avatar
neo committed
486 487
    public String getIndexCode() {
        return indexCode;
488 489 490 491
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
492
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_CODE
493
     *
neo's avatar
neo committed
494
     * @param indexCode the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.INDEX_CODE
495 496 497
     *
     * @mbg.generated
     */
neo's avatar
neo committed
498 499
    public void setIndexCode(String indexCode) {
        this.indexCode = indexCode == null ? null : indexCode.trim();
500 501 502 503
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
504
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.CREATE_TIME
505
     *
neo's avatar
neo committed
506
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.CREATE_TIME
507 508 509
     *
     * @mbg.generated
     */
neo's avatar
neo committed
510 511
    public Date getCreateTime() {
        return createTime;
512 513 514 515
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
516
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.CREATE_TIME
517
     *
neo's avatar
neo committed
518
     * @param createTime the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.CREATE_TIME
519 520 521
     *
     * @mbg.generated
     */
neo's avatar
neo committed
522 523
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
524 525 526 527
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
528
     * This method returns the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.UPDATE_TIME
529
     *
neo's avatar
neo committed
530
     * @return the value of TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.UPDATE_TIME
531 532 533
     *
     * @mbg.generated
     */
neo's avatar
neo committed
534 535
    public Date getUpdateTime() {
        return updateTime;
536 537 538 539
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
540
     * This method sets the value of the database column TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.UPDATE_TIME
541
     *
neo's avatar
neo committed
542
     * @param updateTime the value for TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT.UPDATE_TIME
543 544 545
     *
     * @mbg.generated
     */
neo's avatar
neo committed
546 547
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
548 549 550 551
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
552
     * This method corresponds to the database table TAX_PROJECT.INDEX_ANALYSIS_DETAIL_RESULT
553 554 555 556 557 558 559 560 561
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
neo's avatar
neo committed
562 563
        sb.append(", id=").append(id);
        sb.append(", resultId=").append(resultId);
564 565 566 567 568 569 570 571 572 573 574
        sb.append(", year=").append(year);
        sb.append(", period=").append(period);
        sb.append(", indexName=").append(indexName);
        sb.append(", sequence=").append(sequence);
        sb.append(", displayType=").append(displayType);
        sb.append(", isVisible=").append(isVisible);
        sb.append(", isMainValue=").append(isMainValue);
        sb.append(", isYearValue=").append(isYearValue);
        sb.append(", isMonExp=").append(isMonExp);
        sb.append(", isYearExp=").append(isYearExp);
        sb.append(", indexResult=").append(indexResult);
neo's avatar
neo committed
575
        sb.append(", indexCode=").append(indexCode);
576 577 578 579 580 581
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append("]");
        return sb.toString();
    }
}