Subversion Repositories SmartDukaan

Rev

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

Rev 31170 Rev 31860
Line 9... Line 9...
9
 * @author Govind
9
 * @author Govind
10
 *
10
 *
11
 */
11
 */
12
 
12
 
13
@Entity
13
@Entity
14
@Table(name="cs.region", schema = "cs")
14
@Table(name="cs.region")
15
public class Region implements Serializable{
15
public class Region implements Serializable{
16
	
16
	
17
	private static final long serialVersionUID = 1L;
17
	private static final long serialVersionUID = 1L;
18
	
18
	
19
	@Id
19
	@Id