Subversion Repositories SmartDukaan

Rev

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

Rev 23464 Rev 23691
Line 296... Line 296...
296
		return returnQty;
296
		return returnQty;
297
	}
297
	}
298
	public void setReturnQty(Float returnQty) {
298
	public void setReturnQty(Float returnQty) {
299
		this.returnQty = returnQty;
299
		this.returnQty = returnQty;
300
	}
300
	}
301
	public float getIgstRate() {
301
	public Float getIgstRate() {
302
		return igstRate;
302
		return igstRate;
303
	}
303
	}
304
	public void setIgstRate(float igstRate) {
304
	public void setIgstRate(Float igstRate) {
305
		this.igstRate = igstRate;
305
		this.igstRate = igstRate;
306
	}
306
	}
307
	public float getCgstRate() {
307
	public Float getCgstRate() {
308
		return cgstRate;
308
		return cgstRate;
309
	}
309
	}
310
	public void setCgstRate(float cgstRate) {
310
	public void setCgstRate(Float cgstRate) {
311
		this.cgstRate = cgstRate;
311
		this.cgstRate = cgstRate;
312
	}
312
	}
313
	public float getSgstRate() {
313
	public Float getSgstRate() {
314
		return sgstRate;
314
		return sgstRate;
315
	}
315
	}
316
	public void setSgstRate(float sgstRate) {
316
	public void setSgstRate(Float sgstRate) {
317
		this.sgstRate = sgstRate;
317
		this.sgstRate = sgstRate;
318
	}
318
	}
319
	public String getHsnCode() {
319
	public String getHsnCode() {
320
		return hsnCode;
320
		return hsnCode;
321
	}
321
	}