@Entity public class Ward extends LocationPointCategory
locationPoint, x, y
createdBy, 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, setY
categoryLabels, getCode, getDescription, getLabel, setCode, setDescription, setLabel, toString
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId
public Subcounty getSubcounty()
public void setSubcounty(Subcounty subcounty)
public AbstractAuditableEntity getParent()
AbstractAuditableEntity