Subversion Repositories SmartDukaan

Rev

Rev 33582 | Rev 33885 | 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.entity.onBoarding;
2
 
3
import com.spice.profitmandi.common.enumuration.BusinessType;
4
import com.spice.profitmandi.dao.enumuration.onBorading.onBoardingFormEnums.LoiStatus;
33658 tejus.loha 5
import com.spice.profitmandi.dao.model.hdfc.BrandCommitmentModel;
33507 tejus.loha 6
 
7
import java.time.LocalDate;
8
import java.time.LocalDateTime;
33658 tejus.loha 9
import java.util.List;
33507 tejus.loha 10
 
11
public class LoiFormData {
12
    private int referId;
13
    private BusinessType businessType;
33582 tejus.loha 14
    private LocalDate acquiredDate;
33507 tejus.loha 15
    private String firstName;
16
    private String lastName;
17
    private long mobile;
18
    private long landline;
19
    private String email;
20
    private LocalDate dob;
21
    private LocalDate anniversaryDate;
22
    private String panNo;
23
    private long adharNo;
24
    private String gstNo;
25
    private String companyName;
26
    private String gstState;
27
    private String gstDistrict;
28
    private String gstCity;
29
    private int gstPin;
30
    private String city;
31
    private String line1;
32
    private String bankName;
33
    private String ifscCode;
34
    private long accountNo;
35
    private int agreeWalletValue;
36
    private double storeArea;
37
    private double storePotential;
38
    private double vivoCommitmentAmount;
39
    private double oppoCommitmentAmount;
40
    private double samsungCommitmentAmount;
41
    private double xiaomiCommitmentAmount;
42
    private double accessoriesCommitmentAmount;
43
    private double otherBrandsCommitmentAmount;
44
    private double totaCommitmentAmount;
45
    private String agreedBrandFees;
46
    private double brandFeesCollected;
47
    private String paymentMode;
48
    private String paymentReferenceNo;
49
    private LoiStatus Status;
50
    private LocalDate loiSignedOn;
51
    private int signedConfirmBy;
52
    private LocalDate loiGeneratedOn;
53
    private int loiGeneratedBy;
54
    private String billingAddress;
55
    private String lessCommitReason;
33578 tejus.loha 56
    private LocalDateTime feeCollectingTimeStamp;
33658 tejus.loha 57
    private List<BrandCommitmentModel> brandCommitment;
33507 tejus.loha 58
 
33658 tejus.loha 59
    public List<BrandCommitmentModel> getBrandCommitment() {
60
        return brandCommitment;
61
    }
62
 
63
    public void setBrandCommitment(List<BrandCommitmentModel> brandCommitment) {
64
        this.brandCommitment = brandCommitment;
65
    }
66
 
33578 tejus.loha 67
    public LocalDateTime getFeeCollectingTimeStamp() {
68
        return feeCollectingTimeStamp;
69
    }
70
 
71
    public void setFeeCollectingTimeStamp(LocalDateTime feeCollectingTimeStamp) {
72
        this.feeCollectingTimeStamp = feeCollectingTimeStamp;
73
    }
74
 
33507 tejus.loha 75
    public String getLessCommitReason() {
76
        return lessCommitReason;
77
    }
78
 
79
    public void setLessCommitReason(String lessCommitReason) {
80
        this.lessCommitReason = lessCommitReason;
81
    }
82
 
83
    public String getBillingAddress() {
84
        return billingAddress;
85
    }
86
 
87
    public void setBillingAddress(String billingAddress) {
88
        this.billingAddress = billingAddress;
89
    }
90
 
91
    public int getReferId() {
92
        return referId;
93
    }
94
 
95
    public void setReferId(int referId) {
96
        this.referId = referId;
97
    }
98
 
99
    public BusinessType getBusinessType() {
100
        return businessType;
101
    }
102
 
103
    public void setBusinessType(BusinessType businessType) {
104
        this.businessType = businessType;
105
    }
106
 
107
    public String getLastName() {
108
        return lastName;
109
    }
110
 
111
    public void setLastName(String lastName) {
112
        this.lastName = lastName;
113
    }
114
 
33582 tejus.loha 115
    public LocalDate getAcquiredDate() {
33507 tejus.loha 116
        return acquiredDate;
117
    }
118
 
33582 tejus.loha 119
    public void setAcquiredDate(LocalDate acquiredDate) {
33507 tejus.loha 120
        this.acquiredDate = acquiredDate;
121
    }
122
 
123
    public String getFirstName() {
124
        return firstName;
125
    }
126
 
127
    public void setFirstName(String firstName) {
128
        this.firstName = firstName;
129
    }
130
 
131
    public long getMobile() {
132
        return mobile;
133
    }
134
 
135
    public void setMobile(long mobile) {
136
        this.mobile = mobile;
137
    }
138
 
139
    public long getLandline() {
140
        return landline;
141
    }
142
 
143
    public void setLandline(long landline) {
144
        this.landline = landline;
145
    }
146
 
147
    public String getEmail() {
148
        return email;
149
    }
150
 
151
    public void setEmail(String email) {
152
        this.email = email;
153
    }
154
 
155
    public LocalDate getDob() {
156
        return dob;
157
    }
158
 
159
    public void setDob(LocalDate dob) {
160
        this.dob = dob;
161
    }
162
 
163
    public LocalDate getAnniversaryDate() {
164
        return anniversaryDate;
165
    }
166
 
167
    public void setAnniversaryDate(LocalDate anniversaryDate) {
168
        this.anniversaryDate = anniversaryDate;
169
    }
170
 
171
    public String getPanNo() {
172
        return panNo;
173
    }
174
 
175
    public void setPanNo(String panNo) {
176
        this.panNo = panNo;
177
    }
178
 
179
    public long getAdharNo() {
180
        return adharNo;
181
    }
182
 
183
    public void setAdharNo(long adharNo) {
184
        this.adharNo = adharNo;
185
    }
186
 
187
    public String getGstNo() {
188
        return gstNo;
189
    }
190
 
191
    public void setGstNo(String gstNo) {
192
        this.gstNo = gstNo;
193
    }
194
 
195
    public String getCompanyName() {
196
        return companyName;
197
    }
198
 
199
    public void setCompanyName(String companyName) {
200
        this.companyName = companyName;
201
    }
202
 
203
    public String getGstState() {
204
        return gstState;
205
    }
206
 
207
    public void setGstState(String gstState) {
208
        this.gstState = gstState;
209
    }
210
 
211
    public String getGstDistrict() {
212
        return gstDistrict;
213
    }
214
 
215
    public void setGstDistrict(String gstDistrict) {
216
        this.gstDistrict = gstDistrict;
217
    }
218
 
219
    public String getGstCity() {
220
        return gstCity;
221
    }
222
 
223
    public void setGstCity(String gstCity) {
224
        this.gstCity = gstCity;
225
    }
226
 
227
    public int getGstPin() {
228
        return gstPin;
229
    }
230
 
231
    public void setGstPin(int gstPin) {
232
        this.gstPin = gstPin;
233
    }
234
 
235
    public String getCity() {
236
        return city;
237
    }
238
 
239
    public void setCity(String city) {
240
        this.city = city;
241
    }
242
 
243
    public String getLine1() {
244
        return line1;
245
    }
246
 
247
    public void setLine1(String line1) {
248
        this.line1 = line1;
249
    }
250
 
251
    public String getBankName() {
252
        return bankName;
253
    }
254
 
255
    public void setBankName(String bankName) {
256
        this.bankName = bankName;
257
    }
258
 
259
    public String getIfscCode() {
260
        return ifscCode;
261
    }
262
 
263
    public void setIfscCode(String ifscCode) {
264
        this.ifscCode = ifscCode;
265
    }
266
 
267
    public long getAccountNo() {
268
        return accountNo;
269
    }
270
 
271
    public void setAccountNo(long accountNo) {
272
        this.accountNo = accountNo;
273
    }
274
 
275
    public int getAgreeWalletValue() {
276
        return agreeWalletValue;
277
    }
278
 
279
    public void setAgreeWalletValue(int agreeWalletValue) {
280
        this.agreeWalletValue = agreeWalletValue;
281
    }
282
 
283
    public double getStoreArea() {
284
        return storeArea;
285
    }
286
 
287
    public void setStoreArea(double storeArea) {
288
        this.storeArea = storeArea;
289
    }
290
 
291
    public double getStorePotential() {
292
        return storePotential;
293
    }
294
 
295
    public void setStorePotential(double storePotential) {
296
        this.storePotential = storePotential;
297
    }
298
 
299
    public double getVivoCommitmentAmount() {
300
        return vivoCommitmentAmount;
301
    }
302
 
303
    public void setVivoCommitmentAmount(double vivoCommitmentAmount) {
304
        this.vivoCommitmentAmount = vivoCommitmentAmount;
305
    }
306
 
307
    public double getOppoCommitmentAmount() {
308
        return oppoCommitmentAmount;
309
    }
310
 
311
    public void setOppoCommitmentAmount(double oppoCommitmentAmount) {
312
        this.oppoCommitmentAmount = oppoCommitmentAmount;
313
    }
314
 
315
    public double getSamsungCommitmentAmount() {
316
        return samsungCommitmentAmount;
317
    }
318
 
319
    public void setSamsungCommitmentAmount(double samsungCommitmentAmount) {
320
        this.samsungCommitmentAmount = samsungCommitmentAmount;
321
    }
322
 
323
    public double getXiaomiCommitmentAmount() {
324
        return xiaomiCommitmentAmount;
325
    }
326
 
327
    public void setXiaomiCommitmentAmount(double xiaomiCommitmentAmount) {
328
        this.xiaomiCommitmentAmount = xiaomiCommitmentAmount;
329
    }
330
 
331
    public double getAccessoriesCommitmentAmount() {
332
        return accessoriesCommitmentAmount;
333
    }
334
 
335
    public void setAccessoriesCommitmentAmount(double accessoriesCommitmentAmount) {
336
        this.accessoriesCommitmentAmount = accessoriesCommitmentAmount;
337
    }
338
 
339
    public double getOtherBrandsCommitmentAmount() {
340
        return otherBrandsCommitmentAmount;
341
    }
342
 
343
    public void setOtherBrandsCommitmentAmount(double otherBrandsCommitmentAmount) {
344
        this.otherBrandsCommitmentAmount = otherBrandsCommitmentAmount;
345
    }
346
 
347
    public double getTotaCommitmentAmount() {
348
        return totaCommitmentAmount;
349
    }
350
 
351
    public void setTotaCommitmentAmount(double totaCommitmentAmount) {
352
        this.totaCommitmentAmount = totaCommitmentAmount;
353
    }
354
 
355
    public String getAgreedBrandFees() {
356
        return agreedBrandFees;
357
    }
358
 
359
    public void setAgreedBrandFees(String agreedBrandFees) {
360
        this.agreedBrandFees = agreedBrandFees;
361
    }
362
 
363
    public double getBrandFeesCollected() {
364
        return brandFeesCollected;
365
    }
366
 
367
    public void setBrandFeesCollected(double brandFeesCollected) {
368
        this.brandFeesCollected = brandFeesCollected;
369
    }
370
 
371
    public String getPaymentMode() {
372
        return paymentMode;
373
    }
374
 
375
    public void setPaymentMode(String paymentMode) {
376
        this.paymentMode = paymentMode;
377
    }
378
 
379
    public String getPaymentReferenceNo() {
380
        return paymentReferenceNo;
381
    }
382
 
383
    public void setPaymentReferenceNo(String paymentReferenceNo) {
384
        this.paymentReferenceNo = paymentReferenceNo;
385
    }
386
 
387
    public LoiStatus getStatus() {
388
        return Status;
389
    }
390
 
391
    public void setStatus(LoiStatus status) {
392
        Status = status;
393
    }
394
 
395
    public LocalDate getLoiSignedOn() {
396
        return loiSignedOn;
397
    }
398
 
399
    public void setLoiSignedOn(LocalDate loiSignedOn) {
400
        this.loiSignedOn = loiSignedOn;
401
    }
402
 
403
    public int getSignedConfirmBy() {
404
        return signedConfirmBy;
405
    }
406
 
407
    public void setSignedConfirmBy(int signedConfirmBy) {
408
        this.signedConfirmBy = signedConfirmBy;
409
    }
410
 
411
    public LocalDate getLoiGeneratedOn() {
412
        return loiGeneratedOn;
413
    }
414
 
415
    public void setLoiGeneratedOn(LocalDate loiGeneratedOn) {
416
        this.loiGeneratedOn = loiGeneratedOn;
417
    }
418
 
419
    public int getLoiGeneratedBy() {
420
        return loiGeneratedBy;
421
    }
422
 
423
    public void setLoiGeneratedBy(int loiGeneratedBy) {
424
        this.loiGeneratedBy = loiGeneratedBy;
425
    }
426
 
427
 
428
}