Subversion Repositories SmartDukaan

Rev

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

Rev 26738 Rev 31860
Line 17... Line 17...
17
 * 
17
 * 
18
 * @author ashikali
18
 * @author ashikali
19
 *
19
 *
20
 */
20
 */
21
@Entity
21
@Entity
22
@Table(name = "dtr.web_product_listing", schema = "dtr")
22
@Table(name = "dtr.web_product_listing")
23
public class WebProductListing implements Serializable {
23
public class WebProductListing implements Serializable {
24
 
24
 
25
	private static final long serialVersionUID = 1L;
25
	private static final long serialVersionUID = 1L;
26
	@JsonProperty(defaultValue="0")
26
	@JsonProperty(defaultValue="0")
27
	@Id
27
	@Id