Interface URLItem
-
- All Superinterfaces:
WorkspaceItem
- All Known Implementing Classes:
URLFile
public interface URLItem extends WorkspaceItem
The Interface URLItem.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jul 29, 2019
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetValue()Gets the value.-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceItem
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getName, getOwner, getParentId, getPath, getPropertyMap, getTitle, getType, isFolder, isHidden, isRoot, isShared, isTrashed
-
-
-
-
Method Detail
-
getValue
URL getValue()
Gets the value.- Returns:
- the value
-
-