Subversion Repositories SmartDukaan

Rev

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

Rev 33624 Rev 33658
Line 24... Line 24...
24
    private boolean techAuth;
24
    private boolean techAuth;
25
    private boolean loiOtpPresent;
25
    private boolean loiOtpPresent;
26
    private Boolean docsPresent;
26
    private Boolean docsPresent;
27
    private String loiFormFilledBy;
27
    private String loiFormFilledBy;
28
    private long mobile;
28
    private long mobile;
-
 
29
    private String firstName;
-
 
30
    private String lastName;
-
 
31
    private String email;
-
 
32
 
-
 
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
    }
29
 
56
 
30
    public long getMobile() {
57
    public long getMobile() {
31
        return mobile;
58
        return mobile;
32
    }
59
    }
33
 
60