@Entity @CompositeUnique(fields={"boundaryNum","boundaryType"}, enableDfltMsg=true) public class Boundary extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BOUNDARY |
| Constructor and Description |
|---|
Boundary() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetIndexId, getVersion, isNew, toStringpublic static final String SEQ_BOUNDARY
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getLocalName()
public void setLocalName(String boundaryNameLocal)
public Boundary getParent()
public void setParent(Boundary parent)
public String getName()
public void setName(String name)
public boolean isLeaf()
public BoundaryType getBoundaryType()
public Long getBoundaryNum()
public boolean isRoot()
public void setBoundaryType(BoundaryType boundaryType)
public void setBoundaryNum(Long number)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public boolean isHistory()
public void setHistory(boolean isHistory)
public Long getBndryId()
public void setBndryId(Long bndryId)
public Float getLongitude()
public void setLongitude(Float longitude)
public Float getLatitude()
public void setLatitude(Float latitude)
public String getMaterializedPath()
public void setMaterializedPath(String materializedPath)
public City getCity()
public void setCity(City city)
public org.elasticsearch.common.geo.GeoPoint getBoundaryLocation()
public void setBoundaryLocation(org.elasticsearch.common.geo.GeoPoint boundaryLocation)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.