Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package utilities;

import com.google.gson.annotations.Expose;

public class SnapdealOrderUnit {

    @Expose
    private String slpCode;
    @Expose
    private String suborderCode;
    @Expose
    private boolean serializable;
    @Expose
    private String skuCode;
    @Expose
    private long productSoldDate;
    @Expose
    private long manifestByDate;
    @Expose
    private Object awbNo;
    @Expose
    private String productName;
    @Expose
    private String productCategory;
    @Expose
    private String shippingCity;
    @Expose
    private String shippingState;
    @Expose
    private Object imeiSerial;
    @Expose
    private Object shippingProvider;
    @Expose
    private String shippingMethod;
    @Expose
    private String invoiceCode;
    @Expose
    private Object manifestCode;
    @Expose
    private Object attributes;
    @Expose
    private String imageUrl;
    @Expose
    private String pdpUrl;
    @Expose
    private String freebies;
    @Expose
    private boolean incentive;
    @Expose
    private int siId;
    @Expose
    private int slpId;
    @Expose
    private String siCode;
    @Expose
    private boolean grey;
    @Expose
    private int packSize;
    @Expose
    private long shippedDate;
    @Expose
    private String slaBreach;
    @Expose
    private String productSoldDateString;
    @Expose
    private String orderCreatedDateString;
    @Expose
    private String manifestByDateString;
    @Expose
    private String formUrl;
    @Expose
    private String sourceUrl;
    @Expose
    private int price;
    @Expose
    private String sellerState;
    @Expose
    private Object mrp;
    @Expose
    private String slpcode;
    
    private String customerName;
    
    private String shippingPincode;

    /**
     * 
     * @return
     *     The slpCode
     */
    public String getSlpCode() {
        return slpCode;
    }

    /**
     * 
     * @param slpCode
     *     The slpCode
     */
    public void setSlpCode(String slpCode) {
        this.slpCode = slpCode;
    }

    /**
     * 
     * @return
     *     The suborderCode
     */
    public String getSuborderCode() {
        return suborderCode;
    }

    /**
     * 
     * @param suborderCode
     *     The suborderCode
     */
    public void setSuborderCode(String suborderCode) {
        this.suborderCode = suborderCode;
    }

    /**
     * 
     * @return
     *     The serializable
     */
    public boolean isSerializable() {
        return serializable;
    }

    /**
     * 
     * @param serializable
     *     The serializable
     */
    public void setSerializable(boolean serializable) {
        this.serializable = serializable;
    }

    /**
     * 
     * @return
     *     The skuCode
     */
    public String getSkuCode() {
        return skuCode;
    }

    /**
     * 
     * @param skuCode
     *     The skuCode
     */
    public void setSkuCode(String skuCode) {
        this.skuCode = skuCode;
    }

    /**
     * 
     * @return
     *     The productSoldDate
     */
    public long getProductSoldDate() {
        return productSoldDate;
    }

    /**
     * 
     * @param productSoldDate
     *     The productSoldDate
     */
    public void setProductSoldDate(long productSoldDate) {
        this.productSoldDate = productSoldDate;
    }

    /**
     * 
     * @return
     *     The manifestByDate
     */
    public long getManifestByDate() {
        return manifestByDate;
    }

    /**
     * 
     * @param manifestByDate
     *     The manifestByDate
     */
    public void setManifestByDate(long manifestByDate) {
        this.manifestByDate = manifestByDate;
    }

    /**
     * 
     * @return
     *     The awbNo
     */
    public Object getAwbNo() {
        return awbNo;
    }

    /**
     * 
     * @param awbNo
     *     The awbNo
     */
    public void setAwbNo(Object awbNo) {
        this.awbNo = awbNo;
    }

    /**
     * 
     * @return
     *     The productName
     */
    public String getProductName() {
        return productName;
    }

    /**
     * 
     * @param productName
     *     The productName
     */
    public void setProductName(String productName) {
        this.productName = productName;
    }

    /**
     * 
     * @return
     *     The productCategory
     */
    public String getProductCategory() {
        return productCategory;
    }

    /**
     * 
     * @param productCategory
     *     The productCategory
     */
    public void setProductCategory(String productCategory) {
        this.productCategory = productCategory;
    }

    /**
     * 
     * @return
     *     The shippingCity
     */
    public String getShippingCity() {
        return shippingCity;
    }

    /**
     * 
     * @param shippingCity
     *     The shippingCity
     */
    public void setShippingCity(String shippingCity) {
        this.shippingCity = shippingCity;
    }

    /**
     * 
     * @return
     *     The shippingState
     */
    public String getShippingState() {
        return shippingState;
    }

    /**
     * 
     * @param shippingState
     *     The shippingState
     */
    public void setShippingState(String shippingState) {
        this.shippingState = shippingState;
    }

    /**
     * 
     * @return
     *     The imeiSerial
     */
    public Object getImeiSerial() {
        return imeiSerial;
    }

    /**
     * 
     * @param imeiSerial
     *     The imeiSerial
     */
    public void setImeiSerial(Object imeiSerial) {
        this.imeiSerial = imeiSerial;
    }

    /**
     * 
     * @return
     *     The shippingProvider
     */
    public Object getShippingProvider() {
        return shippingProvider;
    }

    /**
     * 
     * @param shippingProvider
     *     The shippingProvider
     */
    public void setShippingProvider(Object shippingProvider) {
        this.shippingProvider = shippingProvider;
    }

    /**
     * 
     * @return
     *     The shippingMethod
     */
    public String getShippingMethod() {
        return shippingMethod;
    }

    /**
     * 
     * @param shippingMethod
     *     The shippingMethod
     */
    public void setShippingMethod(String shippingMethod) {
        this.shippingMethod = shippingMethod;
    }

    /**
     * 
     * @return
     *     The invoiceCode
     */
    public String getInvoiceCode() {
        return invoiceCode;
    }

    /**
     * 
     * @param invoiceCode
     *     The invoiceCode
     */
    public void setInvoiceCode(String invoiceCode) {
        this.invoiceCode = invoiceCode;
    }

    /**
     * 
     * @return
     *     The manifestCode
     */
    public Object getManifestCode() {
        return manifestCode;
    }

    /**
     * 
     * @param manifestCode
     *     The manifestCode
     */
    public void setManifestCode(Object manifestCode) {
        this.manifestCode = manifestCode;
    }

    /**
     * 
     * @return
     *     The attributes
     */
    public Object getAttributes() {
        return attributes;
    }

    /**
     * 
     * @param attributes
     *     The attributes
     */
    public void setAttributes(Object attributes) {
        this.attributes = attributes;
    }

    /**
     * 
     * @return
     *     The imageUrl
     */
    public String getImageUrl() {
        return imageUrl;
    }

    /**
     * 
     * @param imageUrl
     *     The imageUrl
     */
    public void setImageUrl(String imageUrl) {
        this.imageUrl = imageUrl;
    }

    /**
     * 
     * @return
     *     The pdpUrl
     */
    public String getPdpUrl() {
        return pdpUrl;
    }

    /**
     * 
     * @param pdpUrl
     *     The pdpUrl
     */
    public void setPdpUrl(String pdpUrl) {
        this.pdpUrl = pdpUrl;
    }

    /**
     * 
     * @return
     *     The freebies
     */
    public String getFreebies() {
        return freebies;
    }

    /**
     * 
     * @param freebies
     *     The freebies
     */
    public void setFreebies(String freebies) {
        this.freebies = freebies;
    }

    /**
     * 
     * @return
     *     The incentive
     */
    public boolean isIncentive() {
        return incentive;
    }

    /**
     * 
     * @param incentive
     *     The incentive
     */
    public void setIncentive(boolean incentive) {
        this.incentive = incentive;
    }

    /**
     * 
     * @return
     *     The siId
     */
    public int getSiId() {
        return siId;
    }

    /**
     * 
     * @param siId
     *     The siId
     */
    public void setSiId(int siId) {
        this.siId = siId;
    }

    /**
     * 
     * @return
     *     The slpId
     */
    public int getSlpId() {
        return slpId;
    }

    /**
     * 
     * @param slpId
     *     The slpId
     */
    public void setSlpId(int slpId) {
        this.slpId = slpId;
    }

    /**
     * 
     * @return
     *     The siCode
     */
    public String getSiCode() {
        return siCode;
    }

    /**
     * 
     * @param siCode
     *     The siCode
     */
    public void setSiCode(String siCode) {
        this.siCode = siCode;
    }

    /**
     * 
     * @return
     *     The grey
     */
    public boolean isGrey() {
        return grey;
    }

    /**
     * 
     * @param grey
     *     The grey
     */
    public void setGrey(boolean grey) {
        this.grey = grey;
    }

    /**
     * 
     * @return
     *     The packSize
     */
    public int getPackSize() {
        return packSize;
    }

    /**
     * 
     * @param packSize
     *     The packSize
     */
    public void setPackSize(int packSize) {
        this.packSize = packSize;
    }

    /**
     * 
     * @return
     *     The shippedDate
     */
    public long getShippedDate() {
        return shippedDate;
    }

    /**
     * 
     * @param shippedDate
     *     The shippedDate
     */
    public void setShippedDate(long shippedDate) {
        this.shippedDate = shippedDate;
    }

    /**
     * 
     * @return
     *     The slaBreach
     */
    public String getSlaBreach() {
        return slaBreach;
    }

    /**
     * 
     * @param slaBreach
     *     The slaBreach
     */
    public void setSlaBreach(String slaBreach) {
        this.slaBreach = slaBreach;
    }

    /**
     * 
     * @return
     *     The productSoldDateString
     */
    public String getProductSoldDateString() {
        return productSoldDateString;
    }

    /**
     * 
     * @param productSoldDateString
     *     The productSoldDateString
     */
    public void setProductSoldDateString(String productSoldDateString) {
        this.productSoldDateString = productSoldDateString;
    }

    /**
     * 
     * @return
     *     The orderCreatedDateString
     */
    public String getOrderCreatedDateString() {
        return orderCreatedDateString;
    }

    /**
     * 
     * @param orderCreatedDateString
     *     The orderCreatedDateString
     */
    public void setOrderCreatedDateString(String orderCreatedDateString) {
        this.orderCreatedDateString = orderCreatedDateString;
    }

    /**
     * 
     * @return
     *     The manifestByDateString
     */
    public String getManifestByDateString() {
        return manifestByDateString;
    }

    /**
     * 
     * @param manifestByDateString
     *     The manifestByDateString
     */
    public void setManifestByDateString(String manifestByDateString) {
        this.manifestByDateString = manifestByDateString;
    }

    /**
     * 
     * @return
     *     The formUrl
     */
    public String getFormUrl() {
        return formUrl;
    }

    /**
     * 
     * @param formUrl
     *     The formUrl
     */
    public void setFormUrl(String formUrl) {
        this.formUrl = formUrl;
    }

    /**
     * 
     * @return
     *     The sourceUrl
     */
    public String getSourceUrl() {
        return sourceUrl;
    }

    /**
     * 
     * @param sourceUrl
     *     The sourceUrl
     */
    public void setSourceUrl(String sourceUrl) {
        this.sourceUrl = sourceUrl;
    }

    /**
     * 
     * @return
     *     The price
     */
    public int getPrice() {
        return price;
    }

    /**
     * 
     * @param price
     *     The price
     */
    public void setPrice(int price) {
        this.price = price;
    }

    /**
     * 
     * @return
     *     The sellerState
     */
    public String getSellerState() {
        return sellerState;
    }

    /**
     * 
     * @param sellerState
     *     The sellerState
     */
    public void setSellerState(String sellerState) {
        this.sellerState = sellerState;
    }

    /**
     * 
     * @return
     *     The mrp
     */
    public Object getMrp() {
        return mrp;
    }

    /**
     * 
     * @param mrp
     *     The mrp
     */
    public void setMrp(Object mrp) {
        this.mrp = mrp;
    }

    /**
     * 
     * @return
     *     The slpcode
     */
    public String getSlpcode() {
        return slpcode;
    }

    /**
     * 
     * @param slpcode
     *     The slpcode
     */
    public void setSlpcode(String slpcode) {
        this.slpcode = slpcode;
    }

        public String getCustomerName() {
                return customerName;
        }

        public void setCustomerName(String customerName) {
                this.customerName = customerName;
        }

        public String getShippingPincode() {
                return shippingPincode;
        }

        public void setShippingPincode(String shippingPincode) {
                this.shippingPincode = shippingPincode;
        }

}