Subversion Repositories SmartDukaan

Rev

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

Rev 33298 Rev 33741
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
import java.util.List;
3
import java.util.List;
4
import java.util.Objects;
4
import java.util.Objects;
5
import java.util.Set;
-
 
6
 
5
 
7
public class InvoicePdfModel {
6
public class InvoicePdfModel {
8
    private String title;
7
    private String title;
9
    private String auther;
8
    private String auther;
10
    private CustomCustomer customer;
9
    private CustomCustomer customer;
Line 22... Line 21...
22
    private List<CustomInsurancePolicy> insurancePolicies;
21
    private List<CustomInsurancePolicy> insurancePolicies;
23
    private List<CustomPaymentOption> paymentOptions;
22
    private List<CustomPaymentOption> paymentOptions;
24
    private List<String> tncs;
23
    private List<String> tncs;
25
    private float totalAmount;
24
    private float totalAmount;
26
 
25
 
-
 
26
    private EWayBillPdfModel eWayBillPdfModel;
-
 
27
 
27
 
28
 
28
 
29
 
29
    public boolean isCancelled() {
30
    public boolean isCancelled() {
30
        return isCancelled;
31
        return isCancelled;
31
    }
32
    }
Line 106... Line 107...
106
 
107
 
107
    public void setInsurancePolicies(List<CustomInsurancePolicy> insurancePolicies) {
108
    public void setInsurancePolicies(List<CustomInsurancePolicy> insurancePolicies) {
108
        this.insurancePolicies = insurancePolicies;
109
        this.insurancePolicies = insurancePolicies;
109
    }
110
    }
110
 
111
 
-
 
112
    public EWayBillPdfModel geteWayBillPdfModel() {
-
 
113
        return eWayBillPdfModel;
-
 
114
    }
-
 
115
 
-
 
116
    public void seteWayBillPdfModel(EWayBillPdfModel eWayBillPdfModel) {
-
 
117
        this.eWayBillPdfModel = eWayBillPdfModel;
-
 
118
    }
-
 
119
 
111
    public float getTotalAmount() {
120
    public float getTotalAmount() {
112
        return totalAmount;
121
        return totalAmount;
113
    }
122
    }
114
 
123
 
115
    public void setTotalAmount(float totalAmount) {
124
    public void setTotalAmount(float totalAmount) {