Subversion Repositories SmartDukaan

Rev

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

Rev 23269 Rev 31860
Line 18... Line 18...
18
 * 
18
 * 
19
 * @author ashikali
19
 * @author ashikali
20
 *
20
 *
21
 */
21
 */
22
@Entity
22
@Entity
23
@Table(name="dtr.brands", schema = "dtr")
23
@Table(name="dtr.brands")
24
public class Brand implements Serializable{
24
public class Brand implements Serializable{
25
	
25
	
26
	private static final long serialVersionUID = 1L;
26
	private static final long serialVersionUID = 1L;
27
	
27
	
28
	public Brand() {
28
	public Brand() {