Subversion Repositories SmartDukaan

Rev

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

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