Subversion Repositories SmartDukaan

Rev

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

package com.spice.profitmandi.web.res;

public class LivePricingResponse {

        private long _id; 
        private double available_price; 
        private String marketPlaceUrl; 
        private long in_stock; 
        private long source_id; 
        private String source_product_name; 
        private long cash_back_type; 
        private double cash_back; 
        private String coupon; 
        private long codAvailable; 
        private String tagline; 
        private String offer; 
        private double gross_price; 
        private double cheapestBulkPrice; 
        private long packQuantity; 
        private double netPriceAfterCashBack; 
        private long showNetPrice; 
        private long category_id;
        private long subCategoryId;
        private String identifier;
        
        public String getIdentifier() {
                return identifier;
        }
        public void setIdentifier(String identifier) {
                this.identifier = identifier;
        }
        public long get_id() {
                return _id;
        }
        public void set_id(long _id) {
                this._id = _id;
        }
        public double getAvailable_price() {
                return available_price;
        }
        public void setAvailable_price(double available_price) {
                this.available_price = available_price;
        }
        public String getMarketPlaceUrl() {
                return marketPlaceUrl;
        }
        public void setMarketPlaceUrl(String marketPlaceUrl) {
                this.marketPlaceUrl = marketPlaceUrl;
        }
        public long getIn_stock() {
                return in_stock;
        }
        public void setIn_stock(long in_stock) {
                this.in_stock = in_stock;
        }
        public long getSource_id() {
                return source_id;
        }
        public void setSource_id(long source_id) {
                this.source_id = source_id;
        }
        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 long getCash_back_type() {
                return cash_back_type;
        }
        public void setCash_back_type(long cash_back_type) {
                this.cash_back_type = cash_back_type;
        }
        public double getCash_back() {
                return cash_back;
        }
        public void setCash_back(double cash_back) {
                this.cash_back = cash_back;
        }
        public String getCoupon() {
                return coupon;
        }
        public void setCoupon(String coupon) {
                this.coupon = coupon;
        }
        public long getCodAvailable() {
                return codAvailable;
        }
        public void setCodAvailable(long codAvailable) {
                this.codAvailable = codAvailable;
        }
        public String getTagline() {
                return tagline;
        }
        public void setTagline(String tagline) {
                this.tagline = tagline;
        }
        public String getOffer() {
                return offer;
        }
        public void setOffer(String offer) {
                this.offer = offer;
        }
        public double getGross_price() {
                return gross_price;
        }
        public void setGross_price(double gross_price) {
                this.gross_price = gross_price;
        }
        public double getCheapestBulkPrice() {
                return cheapestBulkPrice;
        }
        public void setCheapestBulkPrice(double cheapestBulkPrice) {
                this.cheapestBulkPrice = cheapestBulkPrice;
        }
        public long getPackQuantity() {
                return packQuantity;
        }
        public void setPackQuantity(long packQuantity) {
                this.packQuantity = packQuantity;
        }
        public double getNetPriceAfterCashBack() {
                return netPriceAfterCashBack;
        }
        public void setNetPriceAfterCashBack(double netPriceAfterCashBack) {
                this.netPriceAfterCashBack = netPriceAfterCashBack;
        }
        public long getShowNetPrice() {
                return showNetPrice;
        }
        public void setShowNetPrice(long showNetPrice) {
                this.showNetPrice = showNetPrice;
        }
        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;
        }
}