Subversion Repositories SmartDukaan

Rev

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

Rev 23654 Rev 31860
Line 22... Line 22...
22
 * 
22
 * 
23
 * @author ashikali
23
 * @author ashikali
24
 *
24
 *
25
 */
25
 */
26
@Entity
26
@Entity
27
@Table(name="fofo.customer_credit_note", schema = "fofo")
27
@Table(name="fofo.customer_credit_note")
28
 
28
 
29
public class CustomerCreditNote implements Serializable{
29
public class CustomerCreditNote implements Serializable{
30
 
30
 
31
	public int getId() {
31
	public int getId() {
32
		return id;
32
		return id;