Class TemporalReference
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.identification.IdentificationReference
-
- org.gcube.application.geoportal.common.model.document.identification.TemporalReference
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
public class TemporalReference extends IdentificationReference
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTEMPORAL_REFERENCE_TYPE-
Fields inherited from class org.gcube.application.geoportal.common.model.document.identification.IdentificationReference
TYPE
-
-
Constructor Summary
Constructors Constructor Description TemporalReference()
-
Method Summary
-
Methods inherited from class org.gcube.application.geoportal.common.model.document.identification.IdentificationReference
getType, setType
-
Methods inherited from class org.bson.Document
append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
TEMPORAL_REFERENCE_TYPE
public static final String TEMPORAL_REFERENCE_TYPE
- See Also:
- Constant Field Values
-
-