Interface IDatasetLocation
-
- All Known Implementing Classes:
DatasetLocation,LinkDataSetLocation,PhysicalDataSet
public interface IDatasetLocationEncapsulates location and code of a data set in a store.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDataSetCode()java.lang.StringgetDataSetLocation()java.lang.LonggetDataSetSize()java.lang.StringgetDataStoreCode()java.lang.StringgetDataStoreUrl()java.lang.IntegergetOrderInContainer(java.lang.String containerDataSetCode)
-
-
-
Method Detail
-
getDataSetLocation
java.lang.String getDataSetLocation()
-
getDataSetCode
java.lang.String getDataSetCode()
-
getDataStoreUrl
java.lang.String getDataStoreUrl()
-
getDataStoreCode
java.lang.String getDataStoreCode()
-
getOrderInContainer
java.lang.Integer getOrderInContainer(java.lang.String containerDataSetCode)
-
getDataSetSize
java.lang.Long getDataSetSize()
-
-