Subversion Repositories SmartDukaan

Rev

Rev 33909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33909 Rev 34107
Line 55... Line 55...
55
    private String lessCommitReason;
55
    private String lessCommitReason;
56
    private LocalDateTime feeCollectingTimeStamp;
56
    private LocalDateTime feeCollectingTimeStamp;
57
    private List<BrandCommitmentModel> brandCommitment;
57
    private List<BrandCommitmentModel> brandCommitment;
58
    private int paymentAttachment;
58
    private int paymentAttachment;
59
    private String financeCode;
59
    private String financeCode;
-
 
60
    private int stateHead;
-
 
61
    private int bdm;
60
 
62
 
61
    public String getFinanceCode() {
63
    public String getFinanceCode() {
62
        return financeCode;
64
        return financeCode;
63
    }
65
    }
64
 
66
 
Line 440... Line 442...
440
 
442
 
441
    public void setLoiGeneratedBy(int loiGeneratedBy) {
443
    public void setLoiGeneratedBy(int loiGeneratedBy) {
442
        this.loiGeneratedBy = loiGeneratedBy;
444
        this.loiGeneratedBy = loiGeneratedBy;
443
    }
445
    }
444
 
446
 
-
 
447
    public int getStateHead() {
-
 
448
        return stateHead;
-
 
449
    }
-
 
450
    public void setStateHead(int stateHead) {
-
 
451
        this.stateHead = stateHead;
-
 
452
    }
-
 
453
    public int getBdm() {
-
 
454
        return bdm;
-
 
455
    }
-
 
456
    public void setBdm(int bdm) {
-
 
457
        this.bdm = bdm;
-
 
458
    }
-
 
459
 
445
    @Override
460
    @Override
446
    public String toString() {
461
    public String toString() {
447
        return "LoiFormData{" +
462
        return "LoiFormData{" +
448
                "referId=" + referId +
463
                "referId=" + referId +
449
                ", businessType=" + businessType +
464
                ", businessType=" + businessType +
Line 491... Line 506...
491
                ", lessCommitReason='" + lessCommitReason + '\'' +
506
                ", lessCommitReason='" + lessCommitReason + '\'' +
492
                ", feeCollectingTimeStamp=" + feeCollectingTimeStamp +
507
                ", feeCollectingTimeStamp=" + feeCollectingTimeStamp +
493
                ", brandCommitment=" + brandCommitment +
508
                ", brandCommitment=" + brandCommitment +
494
                ", paymentAttachment=" + paymentAttachment +
509
                ", paymentAttachment=" + paymentAttachment +
495
                ", financeCode='" + financeCode + '\'' +
510
                ", financeCode='" + financeCode + '\'' +
-
 
511
                ", statehead='" + stateHead + '\'' +
-
 
512
                ", Bdm ='" + bdm + '\'' +
496
                '}';
513
                '}';
497
    }
514
    }
498
}
515
}