Class StorageIndex
- java.lang.Object
-
- de.extio.spacecraft.shared.model.managers.StorageIndex
-
public final class StorageIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description StorageIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<StorageItemDescriptor>>
getByPath()
List<StorageItemDescriptor>
getItems()
CompatibilityRecord
getVersion()
void
setByPath(Map<String,List<StorageItemDescriptor>> byPath)
void
setItems(List<StorageItemDescriptor> items)
void
setVersion(CompatibilityRecord version)
-
-
-
Method Detail
-
getVersion
public CompatibilityRecord getVersion()
-
setVersion
public void setVersion(CompatibilityRecord version)
-
getItems
public List<StorageItemDescriptor> getItems()
-
setItems
public void setItems(List<StorageItemDescriptor> items)
-
getByPath
public Map<String,List<StorageItemDescriptor>> getByPath()
-
setByPath
public void setByPath(Map<String,List<StorageItemDescriptor>> byPath)
-
-