Subversion Repositories SmartDukaan

Rev

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

Rev 31698 Rev 31860
Line 78... Line 78...
78
				@ColumnResult(name = "activation_timestamp", type = LocalDateTime.class),
78
				@ColumnResult(name = "activation_timestamp", type = LocalDateTime.class),
79
				@ColumnResult(name = "order_id", type = Integer.class),
79
				@ColumnResult(name = "order_id", type = Integer.class),
80
				@ColumnResult(name = "inventory_item_id", type = Integer.class),
80
				@ColumnResult(name = "inventory_item_id", type = Integer.class),
81
				@ColumnResult(name = "scheme_id", type = Integer.class), }) }) })
81
				@ColumnResult(name = "scheme_id", type = Integer.class), }) }) })
82
@Entity
82
@Entity
83
@Table(name = "catalog.scheme", schema = "catalog")
83
@Table(name = "catalog.scheme")
84
public class Scheme implements Serializable {
84
public class Scheme implements Serializable {
85
 
85
 
86
	public PartnerType getPartnerType() {
86
	public PartnerType getPartnerType() {
87
		return partnerType;
87
		return partnerType;
88
	}
88
	}