Subversion Repositories SmartDukaan

Rev

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

Rev 31376 Rev 31860
Line 15... Line 15...
15
 * 
15
 * 
16
 * @author ashikali
16
 * @author ashikali
17
 *
17
 *
18
 */
18
 */
19
@Entity
19
@Entity
20
@Table(name = "fofo.payment_option", schema = "fofo")
20
@Table(name = "fofo.payment_option")
21
public class PaymentOption implements Serializable {
21
public class PaymentOption implements Serializable {
22
 
22
 
23
	private static final long serialVersionUID = 1L;
23
	private static final long serialVersionUID = 1L;
24
 
24
 
25
	public PaymentOption() {
25
	public PaymentOption() {