Subversion Repositories SmartDukaan

Rev

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

Rev 32603 Rev 33213
Line 81... Line 81...
81
	@Column(name = "totalCodCharges")
81
	@Column(name = "totalCodCharges")
82
	private float totalCodCharges;
82
	private float totalCodCharges;
83
	
83
	
84
	@Column(name = "payment_option")
84
	@Column(name = "payment_option")
85
	private int paymentOption;
85
	private int paymentOption;
-
 
86
 
-
 
87
	@Column(name = "createdBy")
-
 
88
	private int createdBy;
-
 
89
 
-
 
90
	public int getCreatedBy() {
-
 
91
		return createdBy;
86
	
92
	}
-
 
93
 
-
 
94
	public void setCreatedBy(int createdBy) {
-
 
95
		this.createdBy = createdBy;
-
 
96
	}
87
	public int getId() {
97
	public int getId() {
88
		return id;
98
		return id;
89
	}
99
	}
90
	public void setId(int id) {
100
	public void setId(int id) {
91
		this.id = id;
101
		this.id = id;
92
	}
102
	}
93
	
-
 
94
	
-
 
95
	public LocalDateTime getCreateTimestamp() {
103
	public LocalDateTime getCreateTimestamp() {
96
		return createTimestamp;
104
		return createTimestamp;
97
	}
105
	}
98
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
106
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
99
		this.createTimestamp = createTimestamp;
107
		this.createTimestamp = createTimestamp;