Subversion Repositories SmartDukaan

Rev

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