Subversion Repositories SmartDukaan

Rev

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

package com.spice.profitmandi.web.res;

public class DealBrands {

        private int count;
        private int brand_id;
        private String brand;
        
        public int getCount() {
                return count;
        }
        public void setCount(int count) {
                this.count = count;
        }
        public int getBrand_id() {
                return brand_id;
        }
        public void setBrand_id(int brand_id) {
                this.brand_id = brand_id;
        }
        public String getBrand() {
                return brand;
        }
        public void setBrand(String brand) {
                this.brand = brand;
        }


}