Subversion Repositories SmartDukaan

Rev

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

Rev 22858 Rev 23542
Line 12... Line 12...
12
	private float cgstRate;
12
	private float cgstRate;
13
	private float cgstAmount;
13
	private float cgstAmount;
14
	private float sgstRate;
14
	private float sgstRate;
15
	private float sgstAmount;
15
	private float sgstAmount;
16
	private String hsnCode;
16
	private String hsnCode;
-
 
17
	private int orderId;
17
	
18
	
18
	public String getDescription() {
19
	public String getDescription() {
19
		return description;
20
		return description;
20
	}
21
	}
21
	public void setDescription(String description) {
22
	public void setDescription(String description) {
Line 156... Line 157...
156
		return "CustomOrderItem [description=" + description + ", quantity=" + quantity + ", rate=" + rate
157
		return "CustomOrderItem [description=" + description + ", quantity=" + quantity + ", rate=" + rate
157
				+ ", amount=" + amount + ", igstRate=" + igstRate + ", igstAmount=" + igstAmount + ", cgstRate="
158
				+ ", amount=" + amount + ", igstRate=" + igstRate + ", igstAmount=" + igstAmount + ", cgstRate="
158
				+ cgstRate + ", cgstAmount=" + cgstAmount + ", sgstRate=" + sgstRate + ", sgstAmount=" + sgstAmount
159
				+ cgstRate + ", cgstAmount=" + cgstAmount + ", sgstRate=" + sgstRate + ", sgstAmount=" + sgstAmount
159
				+ ", hsnCode=" + hsnCode + "]";
160
				+ ", hsnCode=" + hsnCode + "]";
160
	}
161
	}
-
 
162
	public int getOrderId() {
-
 
163
		return orderId;
-
 
164
	}
-
 
165
	public void setOrderId(int orderId) {
-
 
166
		this.orderId = orderId;
-
 
167
	}
161
}
168
}