Subversion Repositories SmartDukaan

Rev

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

Rev 33658 Rev 33885
Line 53... Line 53...
53
    private int loiGeneratedBy;
53
    private int loiGeneratedBy;
54
    private String billingAddress;
54
    private String billingAddress;
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;
-
 
59
 
-
 
60
    public int getPaymentAttachment() {
-
 
61
        return paymentAttachment;
-
 
62
    }
-
 
63
 
-
 
64
    public void setPaymentAttachment(int paymentAttachment) {
-
 
65
        this.paymentAttachment = paymentAttachment;
-
 
66
    }
58
 
67
 
59
    public List<BrandCommitmentModel> getBrandCommitment() {
68
    public List<BrandCommitmentModel> getBrandCommitment() {
60
        return brandCommitment;
69
        return brandCommitment;
61
    }
70
    }
62
 
71
 
Line 422... Line 431...
422
 
431
 
423
    public void setLoiGeneratedBy(int loiGeneratedBy) {
432
    public void setLoiGeneratedBy(int loiGeneratedBy) {
424
        this.loiGeneratedBy = loiGeneratedBy;
433
        this.loiGeneratedBy = loiGeneratedBy;
425
    }
434
    }
426
 
435
 
-
 
436
    @Override
-
 
437
    public String toString() {
-
 
438
        return "LoiFormData{" +
-
 
439
                "referId=" + referId +
-
 
440
                ", businessType=" + businessType +
-
 
441
                ", acquiredDate=" + acquiredDate +
-
 
442
                ", firstName='" + firstName + '\'' +
-
 
443
                ", lastName='" + lastName + '\'' +
-
 
444
                ", mobile=" + mobile +
-
 
445
                ", landline=" + landline +
-
 
446
                ", email='" + email + '\'' +
-
 
447
                ", dob=" + dob +
-
 
448
                ", anniversaryDate=" + anniversaryDate +
-
 
449
                ", panNo='" + panNo + '\'' +
-
 
450
                ", adharNo=" + adharNo +
-
 
451
                ", gstNo='" + gstNo + '\'' +
-
 
452
                ", companyName='" + companyName + '\'' +
-
 
453
                ", gstState='" + gstState + '\'' +
-
 
454
                ", gstDistrict='" + gstDistrict + '\'' +
-
 
455
                ", gstCity='" + gstCity + '\'' +
-
 
456
                ", gstPin=" + gstPin +
-
 
457
                ", city='" + city + '\'' +
-
 
458
                ", line1='" + line1 + '\'' +
-
 
459
                ", bankName='" + bankName + '\'' +
-
 
460
                ", ifscCode='" + ifscCode + '\'' +
-
 
461
                ", accountNo=" + accountNo +
-
 
462
                ", agreeWalletValue=" + agreeWalletValue +
-
 
463
                ", storeArea=" + storeArea +
-
 
464
                ", storePotential=" + storePotential +
-
 
465
                ", vivoCommitmentAmount=" + vivoCommitmentAmount +
-
 
466
                ", oppoCommitmentAmount=" + oppoCommitmentAmount +
-
 
467
                ", samsungCommitmentAmount=" + samsungCommitmentAmount +
-
 
468
                ", xiaomiCommitmentAmount=" + xiaomiCommitmentAmount +
-
 
469
                ", accessoriesCommitmentAmount=" + accessoriesCommitmentAmount +
-
 
470
                ", otherBrandsCommitmentAmount=" + otherBrandsCommitmentAmount +
-
 
471
                ", totaCommitmentAmount=" + totaCommitmentAmount +
-
 
472
                ", agreedBrandFees='" + agreedBrandFees + '\'' +
-
 
473
                ", brandFeesCollected=" + brandFeesCollected +
-
 
474
                ", paymentMode='" + paymentMode + '\'' +
-
 
475
                ", paymentReferenceNo='" + paymentReferenceNo + '\'' +
-
 
476
                ", Status=" + Status +
-
 
477
                ", loiSignedOn=" + loiSignedOn +
-
 
478
                ", signedConfirmBy=" + signedConfirmBy +
-
 
479
                ", loiGeneratedOn=" + loiGeneratedOn +
-
 
480
                ", loiGeneratedBy=" + loiGeneratedBy +
-
 
481
                ", billingAddress='" + billingAddress + '\'' +
-
 
482
                ", lessCommitReason='" + lessCommitReason + '\'' +
-
 
483
                ", feeCollectingTimeStamp=" + feeCollectingTimeStamp +
-
 
484
                ", brandCommitment=" + brandCommitment +
-
 
485
                ", paymentAttachment=" + paymentAttachment +
-
 
486
                '}';
427
 
487
    }
428
}
488
}