@Entity public class ShapeImport extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
ShapeImport() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getData() |
com.vividsolutions.jts.geom.Geometry |
getGeography() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getShapeIdentity() |
UUID |
getShapeImport() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setData(String data) |
void |
setGeography(com.vividsolutions.jts.geom.Geometry geography) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setShapeIdentity(String shapeIdentity) |
void |
setShapeImport(UUID shapeImport) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic UUID getShapeImport()
public void setShapeImport(UUID shapeImport)
public com.vividsolutions.jts.geom.Geometry getGeography()
public void setGeography(com.vividsolutions.jts.geom.Geometry geography)
throws Exception
Exceptionpublic String getData()
public void setData(String data)
public String getShapeIdentity()
public void setShapeIdentity(String shapeIdentity)
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 © 2016. All Rights Reserved.