Subversion Repositories SmartDukaan

Rev

Rev 637 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 637 Rev 820
Line 54... Line 54...
54
		if(category == null){
54
		if(category == null){
55
			return null;
55
			return null;
56
		}
56
		}
57
		return category.getLabel();
57
		return category.getLabel();
58
	}
58
	}
-
 
59
 
-
 
60
	public Category getCategory(long categoryId){
-
 
61
		return this.categories.get(categoryId);
-
 
62
	}
59
}
63
}