Subversion Repositories SmartDukaan

Rev

Rev 19754 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19754 Rev 21864
Line 19... Line 19...
19
    private String modelNumber;
19
    private String modelNumber;
20
    private String modelName;
20
    private String modelName;
21
    private String color;
21
    private String color;
22
    private String contentCategory;
22
    private String contentCategory;
23
    private Long contentCategoryId;
23
    private Long contentCategoryId;
-
 
24
    private int categoryItemId;
24
    private String comments;
25
    private String comments;
25
    private Long catalogItemId;
26
    private Long catalogItemId;
26
    private Long featureId;
27
    private Long featureId;
27
    private String featureDescription;
28
    private String featureDescription;
28
    private Double mrp;
29
    private Double mrp;
Line 54... Line 55...
54
    private Long packQuantity;
55
    private Long packQuantity;
55
    private Long quantityStep;
56
    private Long quantityStep;
56
	private Long minimumBuyQuantity;
57
	private Long minimumBuyQuantity;
57
	private Long maximumBuyQuantity;
58
	private Long maximumBuyQuantity;
58
	private Double dealPrice;
59
	private Double dealPrice;
-
 
60
	private String hsnCode;
59
    
61
    
60
	public Long getMaximumBuyQuantity() {
62
	public Long getMaximumBuyQuantity() {
61
		return maximumBuyQuantity;
63
		return maximumBuyQuantity;
62
	}
64
	}
63
 
65
 
Line 511... Line 513...
511
    }
513
    }
512
 
514
 
513
    public void setContentCategoryId(Long contentCategoryId) {
515
    public void setContentCategoryId(Long contentCategoryId) {
514
        this.contentCategoryId = contentCategoryId;
516
        this.contentCategoryId = contentCategoryId;
515
    }
517
    }
-
 
518
    
-
 
519
    public int getCategoryItemId() {
-
 
520
		return categoryItemId;
-
 
521
	}
-
 
522
    public void setCategoryItemId(int categoryItemId) {
-
 
523
		this.categoryItemId = categoryItemId;
-
 
524
	}
516
 
525
 
517
    public String getComments() {
526
    public String getComments() {
518
        return comments;
527
        return comments;
519
    }
528
    }
520
 
529
 
Line 864... Line 873...
864
	}
873
	}
865
 
874
 
866
	public Double getDealPrice() {
875
	public Double getDealPrice() {
867
		return dealPrice;
876
		return dealPrice;
868
	}
877
	}
-
 
878
	
-
 
879
	public String getHsnCode() {
-
 
880
		return hsnCode;
-
 
881
	}
-
 
882
	public void setHsnCode(String hsnCode) {
-
 
883
		this.hsnCode = hsnCode;
-
 
884
	}
869
 
885
 
870
}
886
}