Class TxWrapper


  • public class TxWrapper
    extends Object
    TxWrapper wraps a tx and its status.
    • Constructor Detail

      • TxWrapper

        public TxWrapper()
    • Method Detail

      • setTx

        public TxWrapper setTx​(Tx tx)
        Tx Setter
        Parameters:
        tx - Tx
        Returns:
        TxWrapper tx
      • getTx

        public Tx getTx()
        Tx Getter
        Returns:
        Tx tx
      • setStatus

        public TxWrapper setStatus​(TxStatus status)
        Status Setter
        Parameters:
        status - TxStatus
        Returns:
        TxWrapper status
      • getStatus

        public TxStatus getStatus()
        Status Getter
        Returns:
        TxStatus status