Subversion Repositories SmartDukaan

Rev

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

Rev 25979 Rev 26244
Line 14... Line 14...
14
	private String address;
14
	private String address;
15
	private LeadStatus status;
15
	private LeadStatus status;
16
	private String remark;
16
	private String remark;
17
	private int assignTo;
17
	private int assignTo;
18
	private String source;
18
	private String source;
-
 
19
	private Boolean colorCheck;
-
 
20
 
-
 
21
	public Boolean getColorCheck() {
-
 
22
		return colorCheck;
-
 
23
	}
-
 
24
 
-
 
25
	public void setColorCheck(Boolean colorCheck) {
-
 
26
		this.colorCheck = colorCheck;
-
 
27
	}
19
 
28
 
20
	public String getSource() {
29
	public String getSource() {
21
		return source;
30
		return source;
22
	}
31
	}
23
 
32