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
-
Constructor Details
-
Default
public Default(long position, long length, long typeId, long objectId)
-
-
Method Details
-
position
public final long position()- Specified by:
position
in interfaceStorageInventoryEntity
-
length
public final long length()- Specified by:
length
in interfaceStorageInventoryEntity
-
typeId
public final long typeId()- Specified by:
typeId
in interfaceStorageInventoryEntity
-
objectId
public final long objectId()- Specified by:
objectId
in interfaceStorageInventoryEntity
-
next
- Specified by:
next
in interfaceStorageInventoryEntity
-
toString
-