Subversion Repositories SmartDukaan

Rev

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

Rev 34141 Rev 35810
Line 70... Line 70...
70
		this.returnType = returnType;
70
		this.returnType = returnType;
71
	}
71
	}
72
 
72
 
73
	@Transient
73
	@Transient
74
	private int quantity;
74
	private int quantity;
-
 
75
 
-
 
76
	@Transient
-
 
77
	private int approvedQuantity;
75
	
78
 
76
	public int getQuantity() {
79
	public int getQuantity() {
77
		return quantity;
80
		return quantity;
78
	}
81
	}
79
 
82
 
80
	public void setQuantity(int quantity) {
83
	public void setQuantity(int quantity) {
81
		this.quantity = quantity;
84
		this.quantity = quantity;
82
	}
85
	}
83
 
86
 
-
 
87
	public int getApprovedQuantity() {
-
 
88
		return approvedQuantity;
-
 
89
	}
-
 
90
 
-
 
91
	public void setApprovedQuantity(int approvedQuantity) {
-
 
92
		this.approvedQuantity = approvedQuantity;
-
 
93
	}
-
 
94
 
84
	public void setId(int id) {
95
	public void setId(int id) {
85
		this.id = id;
96
		this.id = id;
86
	}
97
	}
87
 
98
 
88
	@Override
99
	@Override