@Entity public class Geocode extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Geocode.FieldName |
| Constructor and Description |
|---|
Geocode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getExtraData() |
Geocode |
getGeocodeClass() |
GeocodeSystem |
getGeocodeSystem() |
UUID |
getId() |
boolean |
getIsActive() |
Date |
getLastUpdate() |
String |
getName() |
int |
getOrder() |
Geocode |
getParent() |
UUID |
getRefClassSchema() |
UUID |
getShapeID() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setExtraData(String extraData) |
void |
setGeocodeClass(Geocode geocodeClass) |
void |
setGeocodeSystem(GeocodeSystem geocodeSystem) |
void |
setId(UUID id) |
void |
setIsActive(boolean isActive) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setParent(Geocode parent) |
void |
setRefClassSchema(UUID refClassSchema) |
void |
setShapeID(UUID shapeID) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getName()
public void setName(String name)
public GeocodeSystem getGeocodeSystem()
public void setGeocodeSystem(GeocodeSystem geocodeSystem)
public Geocode getParent()
public void setParent(Geocode parent)
public Geocode getGeocodeClass()
public void setGeocodeClass(Geocode geocodeClass)
public int getOrder()
public void setOrder(int order)
public boolean getIsActive()
public void setIsActive(boolean isActive)
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)
public String getExtraData()
public void setExtraData(String extraData)
public UUID getRefClassSchema()
public void setRefClassSchema(UUID refClassSchema)
public UUID getShapeID()
public void setShapeID(UUID shapeID)
Copyright © 2017. All Rights Reserved.