Subversion Repositories SmartDukaan

Rev

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

Rev 21409 Rev 21411
Line 1... Line 1...
1
package com.spice.profitmandi.web.res.order;
1
package com.spice.profitmandi.web.res.order;
2
 
2
 
3
import in.shop2020.metamodel.util.LogisticsInfoPojo;
-
 
4
 
3
 
5
 
4
 
6
public class CartLinePojo {
5
public class CartLinePojo {
7
 
6
 
8
    private long itemId; // required
7
    private long itemId; // required
Line 18... Line 17...
18
    private boolean isDataProtectionAvailable;
17
    private boolean isDataProtectionAvailable;
19
    private long dataProtectionInsurer; // required
18
    private long dataProtectionInsurer; // required
20
    private String dealText;
19
    private String dealText;
21
    private double dataProtectionAmount; // required
20
    private double dataProtectionAmount; // required
22
    private String imageUrl; // required
21
    private String imageUrl; // required
23
    private LogisticsInfoPojo logisticsInfo;
-
 
24
    
22
    
25
    public long getItemId() {
23
    public long getItemId() {
26
        return itemId;
24
        return itemId;
27
    }
25
    }
28
    public void setItemId(long itemId) {
26
    public void setItemId(long itemId) {