Class SubDocumentView
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.view.SubDocumentView
-
- All Implemented Interfaces:
Serializable,CheckEmpty
public class SubDocumentView extends Object implements Serializable, CheckEmpty
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubDocumentView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FilesetDV>getListFiles()List<FilesetDV>getListImages()List<GCubeSDIViewerLayerDV>getListLayers()StringgetMetadataAsJSON()booleanisEmpty()voidsetListFiles(List<FilesetDV> listFiles)voidsetListImages(List<FilesetDV> listImages)voidsetListLayers(List<GCubeSDIViewerLayerDV> listLayers)voidsetMetadataAsJSON(String metadataAsJSON)StringtoString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceCheckEmpty
-
getMetadataAsJSON
public String getMetadataAsJSON()
-
getListLayers
public List<GCubeSDIViewerLayerDV> getListLayers()
-
setMetadataAsJSON
public void setMetadataAsJSON(String metadataAsJSON)
-
setListLayers
public void setListLayers(List<GCubeSDIViewerLayerDV> listLayers)
-
-