Subversion Repositories SmartDukaan

Rev

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

Rev 23539 Rev 31860
Line 20... Line 20...
20
 * 
20
 * 
21
 * @author ashikali
21
 * @author ashikali
22
 *
22
 *
23
 */
23
 */
24
@Entity
24
@Entity
25
@Table(name="fofo.debit_note", schema = "fofo")
25
@Table(name="fofo.debit_note")
26
 
26
 
27
public class DebitNote implements Serializable{
27
public class DebitNote implements Serializable{
28
 
28
 
29
	public int getId() {
29
	public int getId() {
30
		return id;
30
		return id;