Class IdentificationReferenceDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.DocumentDV
-
- org.gcube.application.geoportalcommon.shared.geoportal.project.IdentificationReferenceDV
-
- All Implemented Interfaces:
Serializable
public class IdentificationReferenceDV extends DocumentDV implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gcube.application.geoportalcommon.shared.geoportal.DocumentDV
documentAsMap
-
-
Constructor Summary
Constructors Constructor Description IdentificationReferenceDV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentificationReferencesTYPEasIdentificationReferencesTYPE()StringgetType()voidsetType(String type)StringtoString()-
Methods inherited from class org.gcube.application.geoportalcommon.shared.geoportal.DocumentDV
getConfiguration, getDocumentAsJSON, getDocumentAsMap, getFirstEntryOfMap, getProjectID, setConfiguration, setDocumentAsJSON, setDocumentAsMap, setProjectID
-
-
-
-
Method Detail
-
setType
public void setType(String type)
-
getType
public String getType()
-
asIdentificationReferencesTYPE
public IdentificationReferencesTYPE asIdentificationReferencesTYPE()
-
toString
public String toString()
- Overrides:
toStringin classDocumentDV
-
-