Subversion Repositories SmartDukaan

Rev

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