@Entity public class SubWard extends LocationPointCategory
locationPoint, x, y
createdBy, 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, 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 Ward getWard()
public void setWard(Ward ward)
public AbstractAuditableEntity getParent()
AbstractAuditableEntity