public class ParkEventLiveLeaving extends Object
| Constructor and Description |
|---|
ParkEventLiveLeaving() |
ParkEventLiveLeaving(Long id,
org.locationtech.jts.geom.Point point,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
org.locationtech.jts.geom.Point |
getPoint() |
Timestamp |
getTimestamp() |
void |
setId(Long id) |
void |
setPoint(org.locationtech.jts.geom.Point point) |
void |
setTimestamp(Timestamp timestamp) |
public Long getId()
public void setId(Long id)
public org.locationtech.jts.geom.Point getPoint()
public void setPoint(org.locationtech.jts.geom.Point point)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
Copyright © 2019. All rights reserved.