Subversion Repositories SmartDukaan

Rev

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

Rev 27788 Rev 28200
Line 29... Line 29...
29
	private String source;
29
	private String source;
30
 
30
 
31
	@Column(name = "color")
31
	@Column(name = "color")
32
	private String color;
32
	private String color;
33
 
33
 
-
 
34
	@Column(name = "notinterested_reason")
-
 
35
	public String notinterestedReason;
-
 
36
 
-
 
37
	public String getNotinterestedReason() {
-
 
38
		return notinterestedReason;
-
 
39
	}
-
 
40
 
-
 
41
	public void setNotinterestedReason(String notinterestedReason) {
-
 
42
		this.notinterestedReason = notinterestedReason;
-
 
43
	}
-
 
44
 
34
	public String getColor() {
45
	public String getColor() {
35
		return color;
46
		return color;
36
	}
47
	}
37
 
48
 
38
	public void setColor(String color) {
49
	public void setColor(String color) {
Line 82... Line 93...
82
	@Transient
93
	@Transient
83
	private LeadActivity leadActivity;
94
	private LeadActivity leadActivity;
84
 
95
 
85
	@Transient
96
	@Transient
86
	private LocalDateTime scheduledTimestamp;
97
	private LocalDateTime scheduledTimestamp;
87
	
98
 
88
	public LeadActivity getLeadActivity() {
99
	public LeadActivity getLeadActivity() {
89
		return leadActivity;
100
		return leadActivity;
90
	}
101
	}
91
	
-
 
92
 
102
 
93
	@Override
103
	@Override
94
	public int hashCode() {
104
	public int hashCode() {
95
		final int prime = 31;
105
		final int prime = 31;
96
		int result = 1;
106
		int result = 1;