public class LockTransactionModel
extends java.lang.Object
Constructor and Description |
---|
LockTransactionModel() |
Modifier and Type | Method and 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
|
public java.lang.Boolean getIsLocked()
public void setIsLocked(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object