Subversion Repositories SmartDukaan

Rev

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

Rev 33617 Rev 33624
Line 23... Line 23...
23
    private boolean paymentApprover;
23
    private boolean paymentApprover;
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;
-
 
29
 
-
 
30
    public long getMobile() {
-
 
31
        return mobile;
-
 
32
    }
-
 
33
 
-
 
34
    public void setMobile(long mobile) {
-
 
35
        this.mobile = mobile;
-
 
36
    }
28
 
37
 
29
    public String getLoiFormFilledBy() {
38
    public String getLoiFormFilledBy() {
30
        return loiFormFilledBy;
39
        return loiFormFilledBy;
31
    }
40
    }
32
 
41