Subversion Repositories SmartDukaan

Rev

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

Rev 21923 Rev 28495
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
public class GstRate {
3
public class GstRate {
-
 
4
	
4
	private float igstRate;
5
	private float igstRate;
5
	private float cgstRate;
6
	private float cgstRate;
6
	private float sgstRate;
7
	private float sgstRate;
7
	private String hsnCode;
8
	private String hsnCode;
-
 
9
	
-
 
10
	
8
	public float getIgstRate() {
11
	public float getIgstRate() {
9
		return igstRate;
12
		return igstRate;
10
	}
13
	}
11
	public void setIgstRate(float igstRate) {
14
	public void setIgstRate(float igstRate) {
12
		this.igstRate = igstRate;
15
		this.igstRate = igstRate;