Rev 21730 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.res;public class SolrSuggestionResponse{private String subCategoryId;private String category;private String title;private String category_id;public String getSubCategoryId (){return subCategoryId;}public void setSubCategoryId (String subCategoryId){this.subCategoryId = subCategoryId;}public String getCategory (){return category;}public void setCategory (String category){this.category = category;}public String getTitle (){return title;}public void setTitle (String title){this.title = title;}public String getCategory_id (){return category_id;}public void setCategory_id (String category_id){this.category_id = category_id;}}