Subversion Repositories SmartDukaan

Rev

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

Rev 34394 Rev 37027
Line 186... Line 186...
186
	private String city;
186
	private String city;
187
 
187
 
188
	@Column(name = "state")
188
	@Column(name = "state")
189
	private String state;
189
	private String state;
190
 
190
 
-
 
191
	@Column(name = "recording_url")
-
 
192
	private String recordingUrl;
-
 
193
 
-
 
194
	public String getRecordingUrl() {
-
 
195
		return recordingUrl;
-
 
196
	}
-
 
197
 
-
 
198
	public void setRecordingUrl(String recordingUrl) {
-
 
199
		this.recordingUrl = recordingUrl;
-
 
200
	}
-
 
201
 
191
	@Column(name = "status")
202
	@Column(name = "status")
192
	@Enumerated(EnumType.STRING)
203
	@Enumerated(EnumType.STRING)
193
	private LeadStatus status;
204
	private LeadStatus status;
194
 
205
 
195
	@Column(name = "assign_to")
206
	@Column(name = "assign_to")