Class HumanSettlement
- java.lang.Object
-
- de.digitalcollections.model.UniqueObject
-
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHumanSettlement.HumanSettlementBuilder<C extends HumanSettlement,B extends HumanSettlement.HumanSettlementBuilder<C,B>>-
Nested classes/interfaces inherited from class de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
GeoLocation.GeoLocationBuilder<C extends GeoLocation,B extends GeoLocation.GeoLocationBuilder<C,B>>
-
Nested classes/interfaces inherited from class de.digitalcollections.model.identifiable.entity.Entity
Entity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>>
-
Nested classes/interfaces inherited from class de.digitalcollections.model.identifiable.Identifiable
Identifiable.IdentifiableBuilder<C extends Identifiable,B extends Identifiable.IdentifiableBuilder<C,B>>
-
Nested classes/interfaces inherited from class de.digitalcollections.model.UniqueObject
UniqueObject.UniqueObjectBuilder<C extends UniqueObject,B extends UniqueObject.UniqueObjectBuilder<C,B>>
-
-
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, navDate, notes, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
description, identifiableObjectType, identifiers, label, localizedUrlAliases, previewImage, previewImageRenderingHints, type
-
Fields inherited from class de.digitalcollections.model.UniqueObject
created, lastModified, uuid
-
-
Constructor Summary
Constructors Constructor Description HumanSettlement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HumanSettlementTypegetHumanSettlementType()protected voidinit()Use to initialize member variables, used by default constructor and buildervoidsetHumanSettlementType(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
addNotes, equals, getCustomAttribute, getCustomAttributes, getEntityType, getNavDate, getNotes, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setNavDate, setNotes, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getDescription, getIdentifiableObjectType, getIdentifierByNamespace, getIdentifiers, getLabel, getLocalizedUrlAliases, getPreviewImage, getPreviewImageRenderingHints, getPrimaryUrlAlias, getType, removeIdentifier, setDescription, setIdentifiableObjectType, setIdentifiers, setLabel, setLabel, setLocalizedUrlAliases, setPreviewImage, setPreviewImageRenderingHints, setType
-
Methods inherited from class de.digitalcollections.model.UniqueObject
getCreated, getLastModified, getUuid, setCreated, setLastModified, setUuid
-
-
-
-
Method Detail
-
getHumanSettlementType
public HumanSettlementType getHumanSettlementType()
-
init
protected void init()
Description copied from class:UniqueObjectUse to initialize member variables, used by default constructor and builder- Overrides:
initin classGeoLocation
-
setHumanSettlementType
public void setHumanSettlementType(HumanSettlementType humanSettlementType)
-
-