Subversion Repositories SmartDukaan

Rev

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

Rev 26522 Rev 26607
Line 1... Line 1...
1
package com.spice.profitmandi.web.res;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
import com.spice.profitmandi.dao.cart.CartItemMessage;
3
import com.spice.profitmandi.dao.cart.CartItemMessage;
4
import com.spice.profitmandi.service.inventory.BulkPricing;
4
import com.spice.profitmandi.service.inventory.BulkPricing;
5
 
5
 
6
public class CartItems
6
public class CartItemResponseModel
7
{
7
{
8
    private String imageUrl;
8
    private String imageUrl;
9
    private String dealText;
9
    private String dealText;
10
    private int itemId;
10
    private int itemId;
11
    private long maxQuantity;
11
    private long maxQuantity;