Class HumanSettlementImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.IdentifiableImpl
de.digitalcollections.model.impl.identifiable.entity.EntityImpl
de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl
de.digitalcollections.model.impl.identifiable.entity.geo.HumanSettlementImpl
- All Implemented Interfaces:
Entity,GeoLocation,HumanSettlement,Identifiable
public class HumanSettlementImpl extends GeoLocationImpl implements HumanSettlement
-
Field Summary
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl
geoLocationTypeFields inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
customAttributes, entityType, refIdFields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type -
Constructor Summary
Constructors Constructor Description HumanSettlementImpl() -
Method Summary
Modifier and Type Method Description HumanSettlementTypegetHumanSettlementType()voidsetHumanSettlementType(HumanSettlementType humanSettlementType)Methods inherited from class de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl
getCoordinateLocation, getGeoLocationType, setCoordinateLocation, setGeoLocationTypeMethods inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
equals, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation
getCoordinateLocation, getGeoLocationType, setCoordinateLocation, setGeoLocationTypeMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Constructor Details
-
HumanSettlementImpl
public HumanSettlementImpl()
-
-
Method Details
-
getHumanSettlementType
- Specified by:
getHumanSettlementTypein interfaceHumanSettlement
-
setHumanSettlementType
- Specified by:
setHumanSettlementTypein interfaceHumanSettlement
-