Package one.microstream.storage.types
Interface StorageInventoryEntity
-
- All Known Implementing Classes:
StorageInventoryEntity.Default
public interface StorageInventoryEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInventoryEntity.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlength()StorageInventoryEntitynext()longobjectId()longposition()longtypeId()
-
-
-
Method Detail
-
position
long position()
-
length
long length()
-
typeId
long typeId()
-
objectId
long objectId()
-
next
StorageInventoryEntity next()
-
-