Subversion Repositories SmartDukaan

Rev

Rev 22953 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.web.res;

import java.util.List;

import com.spice.profitmandi.service.inventory.AvailabilityInfo;

public class DealsResponse
{
        private double netPriceAfterCashBack;
        private double shippingCost;
        private int showVideo;
        private int codAvailable;
        private String source_product_name;
        private String identifier;
        private String secondaryIdentifier;
        private String marketPlaceUrl;
        private long source_id;
        private long brand_id;
        private long category_id;
        private long subCategoryId;
        private int buyBoxFlag;
        private String category;
        private double available_price;
        private String thumbnail;
        private String tagline;
        private int in_stock;
        private String product_name;
        private double mrp;
        private long skuBundleId;
        private String model_name;
        private double gross_price;
        private int showNetPrice;
        private long _id;
        private String coupon;
        private double dp;
        private String subCategory;
        private String videoLink;
        private double cash_back;
        private int showMrp;
        private String offer;
        private int showDp;
        private List<AvailabilityInfo> availabilityInfo;
        private String brand;
        private int cash_back_type;
        
        public double getNetPriceAfterCashBack() {
                return netPriceAfterCashBack;
        }
        public void setNetPriceAfterCashBack(double netPriceAfterCashBack) {
                this.netPriceAfterCashBack = netPriceAfterCashBack;
        }
        public double getShippingCost() {
                return shippingCost;
        }
        public void setShippingCost(double shippingCost) {
                this.shippingCost = shippingCost;
        }
        public int getShowVideo() {
                return showVideo;
        }
        public void setShowVideo(int showVideo) {
                this.showVideo = showVideo;
        }
        public int getCodAvailable() {
                return codAvailable;
        }
        public void setCodAvailable(int codAvailable) {
                this.codAvailable = codAvailable;
        }
        public String getSource_product_name() {
                return source_product_name;
        }
        public void setSource_product_name(String source_product_name) {
                this.source_product_name = source_product_name;
        }
        public String getIdentifier() {
                return identifier;
        }
        public void setIdentifier(String identifier) {
                this.identifier = identifier;
        }
        public String getSecondaryIdentifier() {
                return secondaryIdentifier;
        }
        public void setSecondaryIdentifier(String secondaryIdentifier) {
                this.secondaryIdentifier = secondaryIdentifier;
        }
        public String getMarketPlaceUrl() {
                return marketPlaceUrl;
        }
        public void setMarketPlaceUrl(String marketPlaceUrl) {
                this.marketPlaceUrl = marketPlaceUrl;
        }
        public long getSource_id() {
                return source_id;
        }
        public void setSource_id(long source_id) {
                this.source_id = source_id;
        }
        public long getBrand_id() {
                return brand_id;
        }
        public void setBrand_id(long brand_id) {
                this.brand_id = brand_id;
        }
        public long getCategory_id() {
                return category_id;
        }
        public void setCategory_id(long category_id) {
                this.category_id = category_id;
        }
        public long getSubCategoryId() {
                return subCategoryId;
        }
        public void setSubCategoryId(long subCategoryId) {
                this.subCategoryId = subCategoryId;
        }
        public int getBuyBoxFlag() {
                return buyBoxFlag;
        }
        public void setBuyBoxFlag(int buyBoxFlag) {
                this.buyBoxFlag = buyBoxFlag;
        }
        public String getCategory() {
                return category;
        }
        public void setCategory(String category) {
                this.category = category;
        }
        public double getAvailable_price() {
                return available_price;
        }
        public void setAvailable_price(double available_price) {
                this.available_price = available_price;
        }
        public String getThumbnail() {
                return thumbnail;
        }
        public void setThumbnail(String thumbnail) {
                this.thumbnail = thumbnail;
        }
        public String getTagline() {
                return tagline;
        }
        public void setTagline(String tagline) {
                this.tagline = tagline;
        }
        public int getIn_stock() {
                return in_stock;
        }
        public void setIn_stock(int in_stock) {
                this.in_stock = in_stock;
        }
        public String getProduct_name() {
                return product_name;
        }
        public void setProduct_name(String product_name) {
                this.product_name = product_name;
        }
        public double getMrp() {
                return mrp;
        }
        public void setMrp(double mrp) {
                this.mrp = mrp;
        }
        public long getSkuBundleId() {
                return skuBundleId;
        }
        public void setSkuBundleId(long skuBundleId) {
                this.skuBundleId = skuBundleId;
        }
        public String getModel_name() {
                return model_name;
        }
        public void setModel_name(String model_name) {
                this.model_name = model_name;
        }
        public double getGross_price() {
                return gross_price;
        }
        public void setGross_price(double gross_price) {
                this.gross_price = gross_price;
        }
        public int getShowNetPrice() {
                return showNetPrice;
        }
        public void setShowNetPrice(int showNetPrice) {
                this.showNetPrice = showNetPrice;
        }
        public long get_id() {
                return _id;
        }
        public void set_id(long _id) {
                this._id = _id;
        }
        public String getCoupon() {
                return coupon;
        }
        public void setCoupon(String coupon) {
                this.coupon = coupon;
        }
        public double getDp() {
                return dp;
        }
        public void setDp(double dp) {
                this.dp = dp;
        }
        public String getSubCategory() {
                return subCategory;
        }
        public void setSubCategory(String subCategory) {
                this.subCategory = subCategory;
        }
        public String getVideoLink() {
                return videoLink;
        }
        public void setVideoLink(String videoLink) {
                this.videoLink = videoLink;
        }
        public double getCash_back() {
                return cash_back;
        }
        public void setCash_back(double cash_back) {
                this.cash_back = cash_back;
        }
        public int getShowMrp() {
                return showMrp;
        }
        public void setShowMrp(int showMrp) {
                this.showMrp = showMrp;
        }
        public String getOffer() {
                return offer;
        }
        public void setOffer(String offer) {
                this.offer = offer;
        }
        public int getShowDp() {
                return showDp;
        }
        public void setShowDp(int showDp) {
                this.showDp = showDp;
        }
        public List<AvailabilityInfo> getAvailabilityInfo() {
                return availabilityInfo;
        }
        public void setAvailabilityInfo(List<AvailabilityInfo> availabilityInfo) {
                this.availabilityInfo = availabilityInfo;
        }
        public String getBrand() {
                return brand;
        }
        public void setBrand(String brand) {
                this.brand = brand;
        }
        public int getCash_back_type() {
                return cash_back_type;
        }
        public void setCash_back_type(int cash_back_type) {
                this.cash_back_type = cash_back_type;
        }
        

}