Subversion Repositories SmartDukaan

Rev

Rev 37027 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37027 Rev 37029
Line 14... Line 14...
14
 
14
 
15
    private String firstName;
15
    private String firstName;
16
    private String lastName;
16
    private String lastName;
17
    private String mobile;
17
    private String mobile;
18
    private String city;
18
    private String city;
-
 
19
    private String state;
19
    private String outletName;
20
    private String outletName;
20
    private String remark;
21
    private String remark;
21
    private String status;
22
    private String status;
22
    private String recordingUrl;
23
    private String recordingUrl;
23
 
24
 
Line 51... Line 52...
51
 
52
 
52
    public void setCity(String city) {
53
    public void setCity(String city) {
53
        this.city = city;
54
        this.city = city;
54
    }
55
    }
55
 
56
 
-
 
57
    public String getState() {
-
 
58
        return state;
-
 
59
    }
-
 
60
 
-
 
61
    public void setState(String state) {
-
 
62
        this.state = state;
-
 
63
    }
-
 
64
 
56
    public String getOutletName() {
65
    public String getOutletName() {
57
        return outletName;
66
        return outletName;
58
    }
67
    }
59
 
68
 
60
    public void setOutletName(String outletName) {
69
    public void setOutletName(String outletName) {
Line 90... Line 99...
90
        return "AiLeadRequest{" +
99
        return "AiLeadRequest{" +
91
                "firstName='" + firstName + '\'' +
100
                "firstName='" + firstName + '\'' +
92
                ", lastName='" + lastName + '\'' +
101
                ", lastName='" + lastName + '\'' +
93
                ", mobile='" + mobile + '\'' +
102
                ", mobile='" + mobile + '\'' +
94
                ", city='" + city + '\'' +
103
                ", city='" + city + '\'' +
-
 
104
                ", state='" + state + '\'' +
95
                ", outletName='" + outletName + '\'' +
105
                ", outletName='" + outletName + '\'' +
96
                ", remark='" + remark + '\'' +
106
                ", remark='" + remark + '\'' +
97
                ", status='" + status + '\'' +
107
                ", status='" + status + '\'' +
98
                ", recordingUrl='" + recordingUrl + '\'' +
108
                ", recordingUrl='" + recordingUrl + '\'' +
99
                '}';
109
                '}';