@Entity public class Ward extends LocationPointCategory
locationPoint, x, ycreatedBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
Ward() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAuditableEntity |
getParent()
Override this in subclasses and return the parent entity, or null if no
parent entity exists
|
Subcounty |
getSubcounty() |
void |
setSubcounty(Subcounty subcounty) |
getLocationPoint, getX, getY, setLocationPoint, setX, setYcategoryLabels, getCode, getDescription, getLabel, setCode, setDescription, setLabel, toStringensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touchgetVersionequals, getId, hashCode, isNew, setIdpublic Subcounty getSubcounty()
public void setSubcounty(Subcounty subcounty)
public AbstractAuditableEntity getParent()
AbstractAuditableEntity