Subversion Repositories SmartDukaan

Rev

Rev 9651 | Rev 12589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9651 Rev 10140
Line 23... Line 23...
23
    public String weight;
23
    public String weight;
24
    @SerializedName("external_id")
24
    @SerializedName("external_id")
25
    public String externalId;
25
    public String externalId;
26
    @SerializedName("order_item_id")
26
    @SerializedName("order_item_id")
27
    public String orderItemId;
27
    public String orderItemId;
28
    public long sku;
28
    public String sku;
29
    public String title;
29
    public String title;
30
    @SerializedName("listing_id")
30
    @SerializedName("listing_id")
31
    public String listingId;
31
    public String listingId;
32
    @SerializedName("product_image")
32
    @SerializedName("product_image")
33
    public String productImage;
33
    public String productImage;
Line 477... Line 477...
477
 
477
 
478
    /**
478
    /**
479
     * Gets the value of the sku property.
479
     * Gets the value of the sku property.
480
     * 
480
     * 
481
     */
481
     */
482
    public long getSku() {
482
    public String getSku() {
483
        return sku;
483
        return sku;
484
    }
484
    }
485
 
485
 
486
    /**
486
    /**
487
     * Sets the value of the sku property.
487
     * Sets the value of the sku property.
488
     * 
488
     * 
489
     */
489
     */
490
    public void setSku(long value) {
490
    public void setSku(String value) {
491
        this.sku = value;
491
        this.sku = value;
492
    }
492
    }
493
 
493
 
494
    /**
494
    /**
495
     * Gets the value of the createdDate property.
495
     * Gets the value of the createdDate property.