Subversion Repositories SmartDukaan

Rev

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

Rev 23339 Rev 23345
Line 23... Line 23...
23
	private int inventoryItemId;
23
	private int inventoryItemId;
24
	
24
	
25
	@Column(name = "amount")
25
	@Column(name = "amount")
26
	private float amount;
26
	private float amount;
27
	
27
	
28
	@Column(name = "created_timestamp")
28
	@Column(name = "create_timestamp")
29
	private LocalDateTime createTimestamp = LocalDateTime.now();
29
	private LocalDateTime createTimestamp = LocalDateTime.now();
30
	
30
	
31
	public int getSchemeId() {
31
	public int getSchemeId() {
32
		return schemeId;
32
		return schemeId;
33
	}
33
	}