Blame | Last modification | View Log | RSS feed
package utilities;import com.google.gson.annotations.Expose;public class SnapdealOrderUnit {@Exposeprivate String slpCode;@Exposeprivate String suborderCode;@Exposeprivate boolean serializable;@Exposeprivate String skuCode;@Exposeprivate long productSoldDate;@Exposeprivate long manifestByDate;@Exposeprivate Object awbNo;@Exposeprivate String productName;@Exposeprivate String productCategory;@Exposeprivate String shippingCity;@Exposeprivate String shippingState;@Exposeprivate Object imeiSerial;@Exposeprivate Object shippingProvider;@Exposeprivate String shippingMethod;@Exposeprivate String invoiceCode;@Exposeprivate Object manifestCode;@Exposeprivate Object attributes;@Exposeprivate String imageUrl;@Exposeprivate String pdpUrl;@Exposeprivate String freebies;@Exposeprivate boolean incentive;@Exposeprivate int siId;@Exposeprivate int slpId;@Exposeprivate String siCode;@Exposeprivate boolean grey;@Exposeprivate int packSize;@Exposeprivate long shippedDate;@Exposeprivate String slaBreach;@Exposeprivate String productSoldDateString;@Exposeprivate String orderCreatedDateString;@Exposeprivate String manifestByDateString;@Exposeprivate String formUrl;@Exposeprivate String sourceUrl;@Exposeprivate int price;@Exposeprivate String sellerState;@Exposeprivate Object mrp;@Exposeprivate 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;}}