Subversion Repositories SmartDukaan

Rev

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

Rev 33885 Rev 33909
Line 54... Line 54...
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;
58
    private int paymentAttachment;
-
 
59
    private String financeCode;
-
 
60
 
-
 
61
    public String getFinanceCode() {
-
 
62
        return financeCode;
-
 
63
    }
-
 
64
 
-
 
65
    public void setFinanceCode(String financeCode) {
-
 
66
        this.financeCode = financeCode;
-
 
67
    }
59
 
68
 
60
    public int getPaymentAttachment() {
69
    public int getPaymentAttachment() {
61
        return paymentAttachment;
70
        return paymentAttachment;
62
    }
71
    }
63
 
72
 
Line 481... Line 490...
481
                ", billingAddress='" + billingAddress + '\'' +
490
                ", billingAddress='" + billingAddress + '\'' +
482
                ", lessCommitReason='" + lessCommitReason + '\'' +
491
                ", lessCommitReason='" + lessCommitReason + '\'' +
483
                ", feeCollectingTimeStamp=" + feeCollectingTimeStamp +
492
                ", feeCollectingTimeStamp=" + feeCollectingTimeStamp +
484
                ", brandCommitment=" + brandCommitment +
493
                ", brandCommitment=" + brandCommitment +
485
                ", paymentAttachment=" + paymentAttachment +
494
                ", paymentAttachment=" + paymentAttachment +
-
 
495
                ", financeCode='" + financeCode + '\'' +
486
                '}';
496
                '}';
487
    }
497
    }
488
}
498
}