Subversion Repositories SmartDukaan

Rev

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

Rev 23716 Rev 23718
Line 27... Line 27...
27
	private int id;
27
	private int id;
28
	
28
	
29
	@Column(name="code", unique = true)
29
	@Column(name="code", unique = true)
30
	private String code;
30
	private String code;
31
	
31
	
32
	@Column(name="counter_size", unique = true)
32
	@Column(name="counter_size")
33
	private float counterSize;
33
	private float counterSize;
34
	
34
	
35
	public float getCounterSize() {
35
	public float getCounterSize() {
36
		return counterSize;
36
		return counterSize;
37
	}
37
	}