Subversion Repositories SmartDukaan

Rev

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

Rev 33658 Rev 33711
Line 19... Line 19...
19
    private int loiDoc;
19
    private int loiDoc;
20
    private Boolean docVerified;
20
    private Boolean docVerified;
21
    private boolean salesTeam;
21
    private boolean salesTeam;
22
    private boolean docApprover;
22
    private boolean docApprover;
23
    private boolean paymentApprover;
23
    private boolean paymentApprover;
24
    private boolean techAuth;
-
 
25
    private boolean loiOtpPresent;
24
    private boolean loiOtpPresent;
26
    private Boolean docsPresent;
25
    private Boolean docsPresent;
27
    private String loiFormFilledBy;
26
    private String loiFormFilledBy;
28
    private long mobile;
27
    private long mobile;
29
    private String firstName;
28
    private String firstName;
Line 100... Line 99...
100
 
99
 
101
    public void setLoiOtpPresent(boolean loiOtpPresent) {
100
    public void setLoiOtpPresent(boolean loiOtpPresent) {
102
        this.loiOtpPresent = loiOtpPresent;
101
        this.loiOtpPresent = loiOtpPresent;
103
    }
102
    }
104
 
103
 
105
    public boolean isTechAuth() {
-
 
106
        return techAuth;
-
 
107
    }
-
 
108
 
-
 
109
    public void setTechAuth(boolean techAuth) {
-
 
110
        this.techAuth = techAuth;
-
 
111
    }
-
 
112
 
-
 
113
    public boolean isDocApprover() {
104
    public boolean isDocApprover() {
114
        return docApprover;
105
        return docApprover;
115
    }
106
    }
116
 
107
 
117
    public void setDocApprover(boolean docApprover) {
108
    public void setDocApprover(boolean docApprover) {
Line 255... Line 246...
255
                ", gstNo='" + gstNo + '\'' +
246
                ", gstNo='" + gstNo + '\'' +
256
                ", loiDoc=" + loiDoc +
247
                ", loiDoc=" + loiDoc +
257
                ", docVerified=" + docVerified +
248
                ", docVerified=" + docVerified +
258
                ", salesTeam=" + salesTeam +
249
                ", salesTeam=" + salesTeam +
259
                ", docApprover=" + docApprover +
250
                ", docApprover=" + docApprover +
260
                ", techAuth=" + techAuth +
-
 
261
                ", loiOtpPresent=" + loiOtpPresent +
251
                ", loiOtpPresent=" + loiOtpPresent +
262
                ", docsPresent=" + docsPresent +
252
                ", docsPresent=" + docsPresent +
263
                '}';
253
                '}';
264
    }
254
    }
265
}
255
}