Class Tx.TxImpl

java.lang.Object
cdm.regulation.Tx.TxImpl
All Implemented Interfaces:
Tx, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
Tx

public static class Tx.TxImpl extends Object implements Tx
Immutable Implementation of Tx
  • Constructor Details

  • Method Details

    • getNewTx

      @RosettaAttribute(value="newTx", isRequired=true) @RuneAttribute(value="newTx", isRequired=true) public New getNewTx()
      Description copied from interface: Tx
      Getter Methods
      Specified by:
      getNewTx in interface Tx
    • getTradDt

      @RosettaAttribute(value="tradDt", isRequired=true) @RuneAttribute(value="tradDt", isRequired=true) public String getTradDt()
      Specified by:
      getTradDt in interface Tx
    • getTradgCpcty

      @RosettaAttribute(value="tradgCpcty", isRequired=true) @RuneAttribute(value="tradgCpcty", isRequired=true) public String getTradgCpcty()
      Specified by:
      getTradgCpcty in interface Tx
    • getQty

      @RosettaAttribute(value="qty", isRequired=true) @RuneAttribute(value="qty", isRequired=true) public Qty getQty()
      Specified by:
      getQty in interface Tx
    • getPric

      @RosettaAttribute(value="pric", isRequired=true) @RuneAttribute(value="pric", isRequired=true) public Pric getPric()
      Specified by:
      getPric in interface Tx
    • getTradVn

      @RosettaAttribute(value="tradVn", isRequired=true) @RuneAttribute(value="tradVn", isRequired=true) public String getTradVn()
      Specified by:
      getTradVn in interface Tx
    • getCtryOfBrnch

      @RosettaAttribute(value="ctryOfBrnch", isRequired=true) @RuneAttribute(value="ctryOfBrnch", isRequired=true) public String getCtryOfBrnch()
      Specified by:
      getCtryOfBrnch in interface Tx
    • build

      public Tx build()
      Description copied from interface: Tx
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      build in interface Tx
    • toBuilder

      public Tx.TxBuilder toBuilder()
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      toBuilder in interface Tx
    • setBuilderFields

      protected void setBuilderFields(Tx.TxBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object