Interface IDatasetIdentifier
-
- All Superinterfaces:
IPermanentIdentifier
- All Known Subinterfaces:
IFeatureVectorDatasetIdentifier
,IImageDatasetIdentifier
- All Known Implementing Classes:
DatasetIdentifier
,DatasetReference
,FeatureVectorDatasetReference
,FeatureVectorDatasetWellReference
,ImageDatasetReference
,MicroscopyImageReference
,PlateImageReference
@JsonObject("IDatasetIdentifier") public interface IDatasetIdentifier extends IPermanentIdentifier
Contains data which uniquely define a dataset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDatasetCode()
a code of the datasetjava.lang.String
getDatastoreServerUrl()
a code which points to the datastore server on which the dataset is accessible-
Methods inherited from interface ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.IPermanentIdentifier
getPermId
-
-