Subversion Repositories SmartDukaan

Rev

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

Rev 22204 Rev 22563
Line 7... Line 7...
7
	private String label;
7
	private String label;
8
	private int itemId;
8
	private int itemId;
9
	private float sellingPrice;
9
	private float sellingPrice;
10
	private float mop;
10
	private float mop;
11
	private float supportPrice;
11
	private float supportPrice;
-
 
12
	private float maxDiscountPrice;
12
	private LocalDateTime startDate;
13
	private LocalDateTime startDate;
13
	public int getTagId() {
14
	public int getTagId() {
14
		return tagId;
15
		return tagId;
15
	}
16
	}
16
	public void setTagId(int tagId) {
17
	public void setTagId(int tagId) {
Line 46... Line 47...
46
	public void setStartDate(LocalDateTime startDate) {
47
	public void setStartDate(LocalDateTime startDate) {
47
		this.startDate = startDate;
48
		this.startDate = startDate;
48
	}
49
	}
49
	
50
	
50
	
51
	
-
 
52
	
-
 
53
	
-
 
54
	public float getMaxDiscountPrice() {
-
 
55
		return maxDiscountPrice;
-
 
56
	}
-
 
57
	public void setMaxDiscountPrice(float maxDiscountPrice) {
-
 
58
		this.maxDiscountPrice = maxDiscountPrice;
-
 
59
	}
51
	public float getMop() {
60
	public float getMop() {
52
		return mop;
61
		return mop;
53
	}
62
	}
54
	public void setMop(float mop) {
63
	public void setMop(float mop) {
55
		this.mop = mop;
64
		this.mop = mop;