Package cdm.event.position
Interface InventoryRecord
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AvailableInventoryRecord,AvailableInventoryRecord.AvailableInventoryRecordBuilder,InventoryRecord.InventoryRecordBuilder
- All Known Implementing Classes:
AvailableInventoryRecord.AvailableInventoryRecordBuilderImpl,AvailableInventoryRecord.AvailableInventoryRecordImpl,InventoryRecord.InventoryRecordBuilderImpl,InventoryRecord.InventoryRecordImpl
@RosettaDataType(value="InventoryRecord",
builder=InventoryRecordBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="InventoryRecord",
model="cdm",
builder=InventoryRecordBuilderImpl.class,
version="5.30.0")
public interface InventoryRecord
extends com.rosetta.model.lib.RosettaModelObject
An individual piece of inventory. This represents a single security.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of InventoryRecordstatic classImmutable Implementation of InventoryRecord -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Unique identifier for this record.The security details.default Class<? extends InventoryRecord> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InventoryRecord> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIdentifer
AssignedIdentifier getIdentifer()Unique identifier for this record. This can be used to uniquely identify a specific piece of inventory. -
getSecurity
Security getSecurity()The security details. -
build
InventoryRecord build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
InventoryRecord.InventoryRecordBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-