Subversion Repositories SmartDukaan

Rev

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

Rev 33525 Rev 33617
Line 22... Line 22...
22
    private boolean docApprover;
22
    private boolean docApprover;
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;
-
 
28
 
-
 
29
    public String getLoiFormFilledBy() {
-
 
30
        return loiFormFilledBy;
-
 
31
    }
-
 
32
 
-
 
33
    public void setLoiFormFilledBy(String loiFormFilledBy) {
-
 
34
        this.loiFormFilledBy = loiFormFilledBy;
-
 
35
    }
27
 
36
 
28
    public Boolean getDocVerified() {
37
    public Boolean getDocVerified() {
29
        return docVerified;
38
        return docVerified;
30
    }
39
    }
31
 
40