Subversion Repositories SmartDukaan

Rev

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

Rev 31249 Rev 32465
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
-
 
4
import java.util.List;
4
 
5
 
5
import com.spice.profitmandi.dao.enumuration.dtr.CommunicationType;
6
import com.spice.profitmandi.dao.enumuration.dtr.CommunicationType;
6
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
7
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
7
 
8
 
8
public class CreateRefferalRequest {
9
public class CreateRefferalRequest {
9
 
10
 
10
	private String firstName;
11
    private String firstName;
11
	private String lastName;
12
    private String lastName;
12
	private String city;
13
    private String city;
13
	private String state;
14
    private String state;
14
	private String mobile;
15
    private String mobile;
15
	private String address;
16
    private String address;
16
	private LeadStatus status;
17
    private LeadStatus status;
17
	private String remark;
18
    private String remark;
18
	private int assignTo;
19
    private int assignTo;
19
	private String source;
20
    private String source;
20
	private Boolean colorCheck;
21
    private Boolean colorCheck;
21
	private String reason;
22
    private String reason;
22
	private CommunicationType communicationType;
23
    private CommunicationType communicationType;
23
	private LocalDateTime closureTimestamp;
24
    private LocalDateTime closureTimestamp;
24
 
25
    private String outletName;
25
	public String getReason() {
26
    private int counterSize;
26
		return reason;
27
 
27
	}
28
    private int frontp;
28
 
29
 
29
	public void setReason(String reason) {
30
    private int internalLongShot;
30
		this.reason = reason;
31
 
31
	}
32
    private int frontWithMarket;
32
 
33
 
33
	public CommunicationType getCommunicationType() {
34
    private int internalLeftWall;
34
		return communicationType;
35
 
35
	}
36
    private int internalRightWall;
36
 
37
    private List<LeadBrandModel> leadBrands;
37
	public void setCommunicationType(CommunicationType communicationType) {
38
 
38
		this.communicationType = communicationType;
39
 
39
	}
40
    public String getOutletName() {
40
 
41
        return outletName;
41
	public LocalDateTime getClosureTimestamp() {
42
    }
42
		return closureTimestamp;
43
 
43
	}
44
    public void setOutletName(String outletName) {
44
 
45
        this.outletName = outletName;
45
	public void setClosureTimestamp(LocalDateTime closureTimestamp) {
46
    }
46
		this.closureTimestamp = closureTimestamp;
47
 
47
	}
48
    public int getCounterSize() {
48
 
49
        return counterSize;
49
	public Boolean getColorCheck() {
50
    }
50
		return colorCheck;
51
 
51
	}
52
    public void setCounterSize(int counterSize) {
52
 
53
        this.counterSize = counterSize;
53
	public void setColorCheck(Boolean colorCheck) {
54
    }
54
		this.colorCheck = colorCheck;
55
 
55
	}
56
    public int getFrontp() {
56
 
57
        return frontp;
57
	public String getSource() {
58
    }
58
		return source;
59
 
59
	}
60
    public void setFrontp(int frontp) {
60
 
61
        this.frontp = frontp;
61
	public void setSource(String source) {
62
    }
62
		this.source = source;
63
 
63
	}
64
    public int getInternalLongShot() {
64
 
65
        return internalLongShot;
65
	public int getAssignTo() {
66
    }
66
		return assignTo;
67
 
67
	}
68
    public void setInternalLongShot(int internalLongShot) {
68
 
69
        this.internalLongShot = internalLongShot;
69
	public void setAssignTo(int assignTo) {
70
    }
70
		this.assignTo = assignTo;
71
 
71
	}
72
    public int getFrontWithMarket() {
72
 
73
        return frontWithMarket;
73
	private LocalDateTime schelduleTimestamp;
74
    }
74
 
75
 
75
	public LeadStatus getStatus() {
76
    public void setFrontWithMarket(int frontWithMarket) {
76
		return status;
77
        this.frontWithMarket = frontWithMarket;
77
	}
78
    }
78
 
79
 
79
	public void setStatus(LeadStatus status) {
80
    public int getInternalLeftWall() {
80
		this.status = status;
81
        return internalLeftWall;
81
	}
82
    }
82
 
83
 
83
	public String getRemark() {
84
    public void setInternalLeftWall(int internalLeftWall) {
84
		return remark;
85
        this.internalLeftWall = internalLeftWall;
85
	}
86
    }
86
 
87
 
87
	public void setRemark(String remark) {
88
    public int getInternalRightWall() {
88
		this.remark = remark;
89
        return internalRightWall;
89
	}
90
    }
90
 
91
 
91
	public LocalDateTime getSchelduleTimestamp() {
92
    public void setInternalRightWall(int internalRightWall) {
92
		return schelduleTimestamp;
93
        this.internalRightWall = internalRightWall;
93
	}
94
    }
94
 
95
 
95
	public void setSchelduleTimestamp(LocalDateTime schelduleTimestamp) {
96
    public List<LeadBrandModel> getLeadBrands() {
96
		this.schelduleTimestamp = schelduleTimestamp;
97
        return leadBrands;
97
	}
98
    }
98
 
99
 
99
	public String getAddress() {
100
    public void setLeadBrands(List<LeadBrandModel> leadBrands) {
100
		return address;
101
        this.leadBrands = leadBrands;
101
	}
102
    }
102
 
103
 
103
	public void setAddress(String address) {
104
    public String getReason() {
104
		this.address = address;
105
        return reason;
105
	}
106
    }
106
 
107
 
107
	private String reffereeEmail;
108
    public void setReason(String reason) {
108
	private boolean fofoAssociate;
109
        this.reason = reason;
109
 
110
    }
110
	public String getFirstName() {
111
 
111
		return firstName;
112
    public CommunicationType getCommunicationType() {
112
	}
113
        return communicationType;
113
 
114
    }
114
	public void setFirstName(String firstName) {
115
 
115
		this.firstName = firstName;
116
    public void setCommunicationType(CommunicationType communicationType) {
116
	}
117
        this.communicationType = communicationType;
117
 
118
    }
118
	public String getLastName() {
119
 
119
		return lastName;
120
    public LocalDateTime getClosureTimestamp() {
120
	}
121
        return closureTimestamp;
121
 
122
    }
122
	public void setLastName(String lastName) {
123
 
123
		this.lastName = lastName;
124
    public void setClosureTimestamp(LocalDateTime closureTimestamp) {
124
	}
125
        this.closureTimestamp = closureTimestamp;
125
 
126
    }
126
	public String getCity() {
127
 
127
		return city;
128
    public Boolean getColorCheck() {
128
	}
129
        return colorCheck;
129
 
130
    }
130
	public void setCity(String city) {
131
 
131
		this.city = city;
132
    public void setColorCheck(Boolean colorCheck) {
132
	}
133
        this.colorCheck = colorCheck;
133
 
134
    }
134
	public String getState() {
135
 
135
		return state;
136
    public String getSource() {
136
	}
137
        return source;
137
 
138
    }
138
	public void setState(String state) {
139
 
139
		this.state = state;
140
    public void setSource(String source) {
140
	}
141
        this.source = source;
141
 
142
    }
142
	public String getMobile() {
143
 
143
		return mobile;
144
    public int getAssignTo() {
144
	}
145
        return assignTo;
145
 
146
    }
146
	public void setMobile(String mobile) {
147
 
147
		this.mobile = mobile;
148
    public void setAssignTo(int assignTo) {
148
	}
149
        this.assignTo = assignTo;
149
 
150
    }
150
	public String getReffereeEmail() {
151
 
151
		return reffereeEmail;
152
    private LocalDateTime schelduleTimestamp;
152
	}
153
 
153
 
154
    public LeadStatus getStatus() {
154
	public void setReffereeEmail(String reffereeEmail) {
155
        return status;
155
		this.reffereeEmail = reffereeEmail;
156
    }
156
	}
157
 
157
 
158
    public void setStatus(LeadStatus status) {
158
	public boolean isFofoAssociate() {
159
        this.status = status;
159
		return fofoAssociate;
160
    }
160
	}
161
 
161
 
162
    public String getRemark() {
162
	public void setFofoAssociate(boolean fofoAssociate) {
163
        return remark;
163
		this.fofoAssociate = fofoAssociate;
164
    }
164
	}
165
 
-
 
166
    public void setRemark(String remark) {
-
 
167
        this.remark = remark;
-
 
168
    }
-
 
169
 
-
 
170
    public LocalDateTime getSchelduleTimestamp() {
-
 
171
        return schelduleTimestamp;
-
 
172
    }
-
 
173
 
-
 
174
    public void setSchelduleTimestamp(LocalDateTime schelduleTimestamp) {
-
 
175
        this.schelduleTimestamp = schelduleTimestamp;
-
 
176
    }
-
 
177
 
-
 
178
    public String getAddress() {
-
 
179
        return address;
-
 
180
    }
-
 
181
 
-
 
182
    public void setAddress(String address) {
-
 
183
        this.address = address;
-
 
184
    }
-
 
185
 
-
 
186
    private String reffereeEmail;
-
 
187
    private boolean fofoAssociate;
-
 
188
 
-
 
189
    public String getFirstName() {
-
 
190
        return firstName;
-
 
191
    }
-
 
192
 
-
 
193
    public void setFirstName(String firstName) {
-
 
194
        this.firstName = firstName;
-
 
195
    }
-
 
196
 
-
 
197
    public String getLastName() {
-
 
198
        return lastName;
-
 
199
    }
-
 
200
 
-
 
201
    public void setLastName(String lastName) {
-
 
202
        this.lastName = lastName;
-
 
203
    }
-
 
204
 
-
 
205
    public String getCity() {
-
 
206
        return city;
-
 
207
    }
-
 
208
 
-
 
209
    public void setCity(String city) {
-
 
210
        this.city = city;
-
 
211
    }
-
 
212
 
-
 
213
    public String getState() {
-
 
214
        return state;
-
 
215
    }
-
 
216
 
-
 
217
    public void setState(String state) {
-
 
218
        this.state = state;
-
 
219
    }
-
 
220
 
-
 
221
    public String getMobile() {
-
 
222
        return mobile;
-
 
223
    }
-
 
224
 
-
 
225
    public void setMobile(String mobile) {
-
 
226
        this.mobile = mobile;
-
 
227
    }
-
 
228
 
-
 
229
    public String getReffereeEmail() {
-
 
230
        return reffereeEmail;
-
 
231
    }
-
 
232
 
-
 
233
    public void setReffereeEmail(String reffereeEmail) {
-
 
234
        this.reffereeEmail = reffereeEmail;
-
 
235
    }
-
 
236
 
-
 
237
    public boolean isFofoAssociate() {
-
 
238
        return fofoAssociate;
-
 
239
    }
-
 
240
 
-
 
241
    public void setFofoAssociate(boolean fofoAssociate) {
-
 
242
        this.fofoAssociate = fofoAssociate;
-
 
243
    }
165
 
244
 
166
}
245
}