Class DocumentDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.DocumentDV
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdentificationReferenceDV,ResultDocumentDV,TemporalReferenceDV
public class DocumentDV extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedHashMap<String,Object>documentAsMap
-
Constructor Summary
Constructors Constructor Description DocumentDV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationDV<?>getConfiguration()StringgetDocumentAsJSON()LinkedHashMap<String,Object>getDocumentAsMap()Map.Entry<String,Object>getFirstEntryOfMap()StringgetProjectID()voidsetConfiguration(ConfigurationDV<?> configuration)voidsetDocumentAsJSON(String documentAsJSON)voidsetDocumentAsMap(LinkedHashMap<String,Object> documentAsMap)voidsetProjectID(String projectID)StringtoString()
-
-
-
Field Detail
-
documentAsMap
protected LinkedHashMap<String,Object> documentAsMap
-
-
Method Detail
-
getDocumentAsMap
public LinkedHashMap<String,Object> getDocumentAsMap()
-
getProjectID
public String getProjectID()
-
setProjectID
public void setProjectID(String projectID)
-
getDocumentAsJSON
public String getDocumentAsJSON()
-
setDocumentAsMap
public void setDocumentAsMap(LinkedHashMap<String,Object> documentAsMap)
-
setDocumentAsJSON
public void setDocumentAsJSON(String documentAsJSON)
-
getConfiguration
public ConfigurationDV<?> getConfiguration()
-
setConfiguration
public void setConfiguration(ConfigurationDV<?> configuration)
-
-