Subversion Repositories SmartDukaan

Rev

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

Rev 31626 Rev 31627
Line 72... Line 72...
72
		if (obj == null)
72
		if (obj == null)
73
			return false;
73
			return false;
74
		if (getClass() != obj.getClass())
74
		if (getClass() != obj.getClass())
75
			return false;
75
			return false;
76
		CatalogFavourite other = (CatalogFavourite) obj;
76
		CatalogFavourite other = (CatalogFavourite) obj;
77
		return catatlogId == other.catalogId && createdTimestamp == other.createdTimestamp && fofoId == other.fofoId
77
		return catalogId == other.catalogId && createdTimestamp == other.createdTimestamp && fofoId == other.fofoId
78
				&& id == other.id;
78
				&& id == other.id;
79
	}
79
	}
80
 
80
 
81
	@Override
81
	@Override
82
	public String toString() {
82
	public String toString() {