Class GeoLocationImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.IdentifiableImpl
de.digitalcollections.model.impl.identifiable.entity.EntityImpl
de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl
- All Implemented Interfaces:
Entity,GeoLocation,Identifiable
- Direct Known Subclasses:
HumanSettlementImpl
public class GeoLocationImpl extends EntityImpl implements GeoLocation
-
Field Summary
Fields Modifier and Type Field Description protected GeoLocationTypegeoLocationTypeFields 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 GeoLocationImpl() -
Method Summary
Modifier and Type Method Description CoordinateLocationgetCoordinateLocation()GeoLocationTypegetGeoLocationType()voidsetCoordinateLocation(CoordinateLocation coordinateLocation)voidsetGeoLocationType(GeoLocationType geoLocationType)Methods 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.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Field Details
-
geoLocationType
-
-
Constructor Details
-
GeoLocationImpl
public GeoLocationImpl()
-
-
Method Details
-
getCoordinateLocation
- Specified by:
getCoordinateLocationin interfaceGeoLocation
-
getGeoLocationType
- Specified by:
getGeoLocationTypein interfaceGeoLocation
-
setCoordinateLocation
- Specified by:
setCoordinateLocationin interfaceGeoLocation
-
setGeoLocationType
- Specified by:
setGeoLocationTypein interfaceGeoLocation
-