Package cdm.regulation
Class Tx.TxImpl
java.lang.Object
cdm.regulation.Tx.TxImpl
- All Implemented Interfaces:
Tx,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Tx
Immutable Implementation of Tx
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.regulation.Tx
Tx.TxBuilder, Tx.TxBuilderImpl, Tx.TxImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleangetNewTx()Getter MethodsgetPric()getQty()inthashCode()protected voidsetBuilderFields(Tx.TxBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
TxImpl
-
-
Method Details
-
getNewTx
@RosettaAttribute("newTx") @Accessor(GETTER) @Required @RuneAttribute("newTx") public New getNewTx()Description copied from interface:TxGetter Methods -
getTradDt
@RosettaAttribute("tradDt") @Accessor(GETTER) @Required @RuneAttribute("tradDt") public String getTradDt() -
getTradgCpcty
@RosettaAttribute("tradgCpcty") @Accessor(GETTER) @Required @RuneAttribute("tradgCpcty") public String getTradgCpcty()- Specified by:
getTradgCpctyin interfaceTx
-
getQty
-
getPric
-
getTradVn
@RosettaAttribute("tradVn") @Accessor(GETTER) @Required @RuneAttribute("tradVn") public String getTradVn() -
getCtryOfBrnch
@RosettaAttribute("ctryOfBrnch") @Accessor(GETTER) @Required @RuneAttribute("ctryOfBrnch") public String getCtryOfBrnch()- Specified by:
getCtryOfBrnchin interfaceTx
-
build
Description copied from interface:TxBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-