Subversion Repositories SmartDukaan

Rev

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

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