Class HumanSettlement
- java.lang.Object
-
- de.digitalcollections.model.identifiable.Identifiable
-
- de.digitalcollections.model.identifiable.entity.Entity
-
- de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
-
- de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement
-
public class HumanSettlement extends GeoLocation
A community of any size, in which people live see https://www.wikidata.org/wiki/Q486972
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
geoLocationType
-
Fields inherited from class de.digitalcollections.model.identifiable.entity.Entity
customAttributes, entityType, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description HumanSettlement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HumanSettlementTypegetHumanSettlementType()voidsetHumanSettlementType(HumanSettlementType humanSettlementType)-
Methods inherited from class de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
getCoordinateLocation, getGeoLocationType, getLatitude, getLongitude, setCoordinateLocation, setGeoLocationType
-
Methods inherited from class de.digitalcollections.model.identifiable.entity.Entity
equals, getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
-
-
-
Method Detail
-
getHumanSettlementType
public HumanSettlementType getHumanSettlementType()
-
setHumanSettlementType
public void setHumanSettlementType(HumanSettlementType humanSettlementType)
-
-