@Entity public class Shape extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Shape.Attribute |
| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
Date |
getCreationDate() |
UUID |
getCreatorID() |
String |
getExtraData() |
com.vividsolutions.jts.geom.Geometry |
getGeography() |
UUID |
getId() |
Date |
getLastUpdate() |
UUID |
getLayerID() |
String |
getName() |
int |
getShapeClass() |
int |
hashCode() |
void |
setCode(String code) |
void |
setCreationDate(Date creationDate) |
void |
setCreatorID(UUID creatorID) |
void |
setExtraData(String extraData) |
void |
setGeography(com.vividsolutions.jts.geom.Geometry geography) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayerID(UUID layerID) |
void |
setName(String name) |
void |
setShapeClass(int shapeClass) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public int getShapeClass()
public void setShapeClass(int shapeClass)
public com.vividsolutions.jts.geom.Geometry getGeography()
public void setGeography(com.vividsolutions.jts.geom.Geometry geography)
throws Exception
Exceptionpublic 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 UUID getCreatorID()
public void setCreatorID(UUID creatorID)
public String getExtraData()
public void setExtraData(String extraData)
public UUID getLayerID()
public void setLayerID(UUID layerID)
Copyright © 2017. All Rights Reserved.