@Entity public class SubWard extends LocationPointCategory
locationPoint, x, ycreatedBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
SubWard() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAuditableEntity |
getParent()
Override this in subclasses and return the parent entity, or null if no
parent entity exists
|
Ward |
getWard() |
void |
setWard(Ward ward) |
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 Ward getWard()
public void setWard(Ward ward)
public AbstractAuditableEntity getParent()
AbstractAuditableEntity