Class LockTransactionModel


  • public class LockTransactionModel
    extends java.lang.Object
    Commit this transaction as permanent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getIsLocked()
      Getter for isLocked Set this value to be true to commit this transaction.
      void setIsLocked​(java.lang.Boolean value)
      Setter for isLocked Set this value to be true to commit this transaction.
      java.lang.String toString()
      Returns a JSON string representation of LockTransactionModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockTransactionModel

        public LockTransactionModel()
    • Method Detail

      • getIsLocked

        public java.lang.Boolean getIsLocked()
        Getter for isLocked Set this value to be true to commit this transaction. Committing a transaction allows it to be reported on a tax return. Uncommitted transactions will not be reported.
      • setIsLocked

        public void setIsLocked​(java.lang.Boolean value)
        Setter for isLocked Set this value to be true to commit this transaction. Committing a transaction allows it to be reported on a tax return. Uncommitted transactions will not be reported.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of LockTransactionModel
        Overrides:
        toString in class java.lang.Object