@Entity public class GeocodeShape extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
GeocodeShape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate() |
Principal |
getCreator() |
Geocode |
getGeocode() |
UUID |
getId() |
Date |
getLastUpdate() |
Shape |
getShape() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setGeocode(Geocode term) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setShape(Shape shape) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Geocode getGeocode()
public void setGeocode(Geocode term)
public Shape getShape()
public void setShape(Shape shape)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
Copyright © 2017. All Rights Reserved.