Subversion Repositories SmartDukaan

Rev

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

Rev 33711 Rev 33845
Line 26... Line 26...
26
    private String loiFormFilledBy;
26
    private String loiFormFilledBy;
27
    private long mobile;
27
    private long mobile;
28
    private String firstName;
28
    private String firstName;
29
    private String lastName;
29
    private String lastName;
30
    private String email;
30
    private String email;
-
 
31
    private String loginEmail;
-
 
32
    private String loiFillerEmail;
-
 
33
 
-
 
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
    }
31
 
49
 
32
    public String getEmail() {
50
    public String getEmail() {
33
        return email;
51
        return email;
34
    }
52
    }
35
 
53
 
Line 246... Line 264...
246
                ", gstNo='" + gstNo + '\'' +
264
                ", gstNo='" + gstNo + '\'' +
247
                ", loiDoc=" + loiDoc +
265
                ", loiDoc=" + loiDoc +
248
                ", docVerified=" + docVerified +
266
                ", docVerified=" + docVerified +
249
                ", salesTeam=" + salesTeam +
267
                ", salesTeam=" + salesTeam +
250
                ", docApprover=" + docApprover +
268
                ", docApprover=" + docApprover +
-
 
269
                ", paymentApprover=" + paymentApprover +
251
                ", loiOtpPresent=" + loiOtpPresent +
270
                ", loiOtpPresent=" + loiOtpPresent +
252
                ", docsPresent=" + docsPresent +
271
                ", docsPresent=" + docsPresent +
-
 
272
                ", loiFormFilledBy='" + loiFormFilledBy + '\'' +
-
 
273
                ", mobile=" + mobile +
-
 
274
                ", firstName='" + firstName + '\'' +
-
 
275
                ", lastName='" + lastName + '\'' +
-
 
276
                ", email='" + email + '\'' +
-
 
277
                ", loginEmail='" + loginEmail + '\'' +
253
                '}';
278
                '}';
254
    }
279
    }
255
}
280
}