Subversion Repositories SmartDukaan

Rev

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

Rev 22216 Rev 31860
Line 24... Line 24...
24
 * 
24
 * 
25
 * @author ashikali
25
 * @author ashikali
26
 *
26
 *
27
 */
27
 */
28
@Entity
28
@Entity
29
@Table(name="dtr.social_user", schema = "dtr")
29
@Table(name="dtr.social_user")
30
 
30
 
31
public class SocialUser implements Serializable{
31
public class SocialUser implements Serializable{
32
	
32
	
33
	private static final long serialVersionUID = 1L;
33
	private static final long serialVersionUID = 1L;
34
	
34