Subversion Repositories SmartDukaan

Rev

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

Rev 33213 Rev 34373
Line 85... Line 85...
85
	private int paymentOption;
85
	private int paymentOption;
86
 
86
 
87
	@Column(name = "createdBy")
87
	@Column(name = "createdBy")
88
	private int createdBy;
88
	private int createdBy;
89
 
89
 
-
 
90
	@Column(name = "addId", length = 10)
-
 
91
	private int addId;
-
 
92
 
-
 
93
	public void setAddId(int addId) {
-
 
94
		this.addId = addId;
-
 
95
	}
-
 
96
 
-
 
97
	public int getAddId() {
-
 
98
		return addId;
-
 
99
	}
-
 
100
 
90
	public int getCreatedBy() {
101
	public int getCreatedBy() {
91
		return createdBy;
102
		return createdBy;
92
	}
103
	}
93
 
104
 
94
	public void setCreatedBy(int createdBy) {
105
	public void setCreatedBy(int createdBy) {