Blame | Last modification | View Log | RSS feed
package com.amazonaws.mws.samples;public class FbaSkuOrderSaleReturnDetail{private long itemId;private String brand;private String productName;private String productCategory;private long soldQuantity;private long returnQuantity;private double returnPercentage;private long sellableReturns;private double sellableReturnPercentage;private long nonsellableReturns;private double nonSellableReturnPercentage;private String color;public long getItemId() {return itemId;}public void setItemId(long itemId) {this.itemId = itemId;}public String getBrand() {return brand;}public void setBrand(String brand) {this.brand = brand;}public String getProductName() {return productName;}public void setProductName(String productName) {this.productName = productName;}public String getProductCategory() {return productCategory;}public void setProductCategory(String productCategory) {this.productCategory = productCategory;}public long getSoldQuantity() {return soldQuantity;}public void setSoldQuantity(long soldQuantity) {this.soldQuantity = soldQuantity;}public long getReturnQuantity() {return returnQuantity;}public void setReturnQuantity(long returnQuantity) {this.returnQuantity = returnQuantity;}public double getReturnPercentage() {return returnPercentage;}public void setReturnPercentage(double returnPercentage) {this.returnPercentage = returnPercentage;}public long getSellableReturns() {return sellableReturns;}public void setSellableReturns(long sellableReturns) {this.sellableReturns = sellableReturns;}public double getSellableReturnPercentage() {return sellableReturnPercentage;}public void setSellableReturnPercentage(double sellableReturnPercentage) {this.sellableReturnPercentage = sellableReturnPercentage;}public long getNonsellableReturns() {return nonsellableReturns;}public void setNonsellableReturns(long nonsellableReturns) {this.nonsellableReturns = nonsellableReturns;}public double getNonSellableReturnPercentage() {return nonSellableReturnPercentage;}public void setNonSellableReturnPercentage(double nonSellableReturnPercentage) {this.nonSellableReturnPercentage = nonSellableReturnPercentage;}public String getColor() {return color;}public void setColor(String color) {this.color = color;}}