Package cdm.regulation
Interface Tx
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Tx.TxBuilder
- All Known Implementing Classes:
Tx.TxBuilderImpl,Tx.TxImpl
@RosettaDataType(value="Tx",
builder=TxBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Tx",
model="cdm",
builder=TxBuilderImpl.class,
version="5.30.0")
public interface Tx
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Txstatic classImmutable Implementation of Tx -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Tx.TxBuilderbuilder()getNewTx()Getter MethodsgetPric()getQty()getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Tx> 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
-
getNewTx
New getNewTx()Getter Methods -
getTradDt
String getTradDt() -
getTradgCpcty
String getTradgCpcty() -
getQty
Qty getQty() -
getPric
Pric getPric() -
getTradVn
String getTradVn() -
getCtryOfBrnch
String getCtryOfBrnch() -
build
Tx build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Tx.TxBuilder 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
-