Subversion Repositories SmartDukaan

Rev

Rev 33624 | Rev 33711 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33507 tejus.loha 1
package com.spice.profitmandi.dao.model;
2
 
3
import com.spice.profitmandi.dao.enumuration.onBorading.onBoardingFormEnums.LoiStatus;
4
import com.spice.profitmandi.dao.enumuration.onBorading.onBoardingFormEnums.StoreType;
5
 
6
public class LoiFormModel {
7
    private int id;
8
    private String companyName;
9
    private String referBy;
10
    private String ownerName;
11
    private StoreType brandType;
12
    private double BrandFee;
13
    private double totalCommitment;
14
    private double totalFeeCollection;
15
    private String city;
16
    private int pin;
17
    private LoiStatus status;
18
    private String gstNo;
19
    private int loiDoc;
20
    private Boolean docVerified;
21
    private boolean salesTeam;
22
    private boolean docApprover;
33525 tejus.loha 23
    private boolean paymentApprover;
33507 tejus.loha 24
    private boolean techAuth;
25
    private boolean loiOtpPresent;
26
    private Boolean docsPresent;
33617 tejus.loha 27
    private String loiFormFilledBy;
33624 tejus.loha 28
    private long mobile;
33658 tejus.loha 29
    private String firstName;
30
    private String lastName;
31
    private String email;
33507 tejus.loha 32
 
33658 tejus.loha 33
    public String getEmail() {
34
        return email;
35
    }
36
 
37
    public void setEmail(String email) {
38
        this.email = email;
39
    }
40
 
41
    public String getFirstName() {
42
        return firstName;
43
    }
44
 
45
    public void setFirstName(String firstName) {
46
        this.firstName = firstName;
47
    }
48
 
49
    public String getLastName() {
50
        return lastName;
51
    }
52
 
53
    public void setLastName(String lastName) {
54
        this.lastName = lastName;
55
    }
56
 
33624 tejus.loha 57
    public long getMobile() {
58
        return mobile;
59
    }
60
 
61
    public void setMobile(long mobile) {
62
        this.mobile = mobile;
63
    }
64
 
33617 tejus.loha 65
    public String getLoiFormFilledBy() {
66
        return loiFormFilledBy;
67
    }
68
 
69
    public void setLoiFormFilledBy(String loiFormFilledBy) {
70
        this.loiFormFilledBy = loiFormFilledBy;
71
    }
72
 
33525 tejus.loha 73
    public Boolean getDocVerified() {
74
        return docVerified;
75
    }
76
 
77
    public boolean isPaymentApprover() {
78
        return paymentApprover;
79
    }
80
 
81
    public void setPaymentApprover(boolean paymentApprover) {
82
        this.paymentApprover = paymentApprover;
83
    }
84
 
85
    public Boolean getDocsPresent() {
86
        return docsPresent;
87
    }
88
 
33507 tejus.loha 89
    public Boolean isDocsPresent() {
90
        return docsPresent;
91
    }
92
 
93
    public void setDocsPresent(Boolean docsPresent) {
94
        this.docsPresent = docsPresent;
95
    }
96
 
97
    public boolean isLoiOtpPresent() {
98
        return loiOtpPresent;
99
    }
100
 
101
    public void setLoiOtpPresent(boolean loiOtpPresent) {
102
        this.loiOtpPresent = loiOtpPresent;
103
    }
104
 
105
    public boolean isTechAuth() {
106
        return techAuth;
107
    }
108
 
109
    public void setTechAuth(boolean techAuth) {
110
        this.techAuth = techAuth;
111
    }
112
 
113
    public boolean isDocApprover() {
114
        return docApprover;
115
    }
116
 
117
    public void setDocApprover(boolean docApprover) {
118
        this.docApprover = docApprover;
119
    }
120
 
121
    public boolean isSalesTeam() {
122
        return salesTeam;
123
    }
124
 
125
    public void setSalesTeam(boolean salesTeam) {
126
        this.salesTeam = salesTeam;
127
    }
128
 
129
    public Boolean isDocVerified() {
130
        return docVerified;
131
    }
132
 
133
    public void setDocVerified(Boolean docVerified) {
134
        this.docVerified = docVerified;
135
    }
136
 
137
    public int getId() {
138
        return id;
139
    }
140
 
141
    public void setId(int id) {
142
        this.id = id;
143
    }
144
 
145
    public String getReferBy() {
146
        return referBy;
147
    }
148
 
149
    public void setReferBy(String referBy) {
150
        this.referBy = referBy;
151
    }
152
 
153
    public String getCompanyName() {
154
        return companyName;
155
    }
156
 
157
    public void setCompanyName(String companyName) {
158
        this.companyName = companyName;
159
    }
160
 
161
    public String getOwnerName() {
162
        return ownerName;
163
    }
164
 
165
    public void setOwnerName(String ownerName) {
166
        this.ownerName = ownerName;
167
    }
168
 
169
    public StoreType getBrandType() {
170
        return brandType;
171
    }
172
 
173
    public void setBrandType(StoreType brandType) {
174
        this.brandType = brandType;
175
    }
176
 
177
    public double getTotalCommitment() {
178
        return totalCommitment;
179
    }
180
 
181
    public void setTotalCommitment(double totalCommitment) {
182
        this.totalCommitment = totalCommitment;
183
    }
184
 
185
    public double getBrandFee() {
186
        return BrandFee;
187
    }
188
 
189
    public void setBrandFee(double brandFee) {
190
        BrandFee = brandFee;
191
    }
192
 
193
    public double getTotalFeeCollection() {
194
        return totalFeeCollection;
195
    }
196
 
197
    public void setTotalFeeCollection(double totalFeeCollection) {
198
        this.totalFeeCollection = totalFeeCollection;
199
    }
200
 
201
    public String getCity() {
202
        return city;
203
    }
204
 
205
    public void setCity(String city) {
206
        this.city = city;
207
    }
208
 
209
    public LoiStatus getStatus() {
210
        return status;
211
    }
212
 
213
    public void setStatus(LoiStatus status) {
214
        this.status = status;
215
    }
216
 
217
    public String getGstNo() {
218
        return gstNo;
219
    }
220
 
221
    public void setGstNo(String gstNo) {
222
        this.gstNo = gstNo;
223
    }
224
 
225
    public int getPin() {
226
        return pin;
227
    }
228
 
229
    public void setPin(int pin) {
230
        this.pin = pin;
231
    }
232
 
233
    public int getLoiDoc() {
234
        return loiDoc;
235
    }
236
 
237
    public void setLoiDoc(int loiDoc) {
238
        this.loiDoc = loiDoc;
239
    }
240
 
241
    @Override
242
    public String toString() {
243
        return "LoiFormModel{" +
244
                "id=" + id +
245
                ", companyName='" + companyName + '\'' +
246
                ", referBy='" + referBy + '\'' +
247
                ", ownerName='" + ownerName + '\'' +
248
                ", brandType=" + brandType +
249
                ", BrandFee=" + BrandFee +
250
                ", totalCommitment=" + totalCommitment +
251
                ", totalFeeCollection=" + totalFeeCollection +
252
                ", city='" + city + '\'' +
253
                ", pin=" + pin +
254
                ", status=" + status +
255
                ", gstNo='" + gstNo + '\'' +
256
                ", loiDoc=" + loiDoc +
257
                ", docVerified=" + docVerified +
258
                ", salesTeam=" + salesTeam +
259
                ", docApprover=" + docApprover +
260
                ", techAuth=" + techAuth +
261
                ", loiOtpPresent=" + loiOtpPresent +
262
                ", docsPresent=" + docsPresent +
263
                '}';
264
    }
265
}