Package one.microstream.storage.types
Class StorageInventoryEntity.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageInventoryEntity.Default
-
- All Implemented Interfaces:
StorageInventoryEntity
- Enclosing interface:
- StorageInventoryEntity
public static final class StorageInventoryEntity.Default extends Object implements StorageInventoryEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageInventoryEntity
StorageInventoryEntity.Default
-
-
Constructor Summary
Constructors Constructor Description Default(long position, long length, long typeId, long objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longlength()StorageInventoryEntity.Defaultnext()longobjectId()longposition()StringtoString()longtypeId()
-
-
-
Method Detail
-
position
public final long position()
- Specified by:
positionin interfaceStorageInventoryEntity
-
length
public final long length()
- Specified by:
lengthin interfaceStorageInventoryEntity
-
typeId
public final long typeId()
- Specified by:
typeIdin interfaceStorageInventoryEntity
-
objectId
public final long objectId()
- Specified by:
objectIdin interfaceStorageInventoryEntity
-
next
public final StorageInventoryEntity.Default next()
- Specified by:
nextin interfaceStorageInventoryEntity
-
-