Class TransactionExecutionResponse
java.lang.Object
com.broadleafcommerce.creditaccount.web.endpoint.domain.TransactionExecutionResponse
- All Implemented Interfaces:
Serializable
Response object contains the updated
CreditAccount and executed Transaction.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe updatedCreditAccountfor the executedTransaction.The executedTransaction.inthashCode()voidsetCreditAccount(CreditAccount creditAccount) The updatedCreditAccountfor the executedTransaction.voidsetTransaction(Transaction transaction) The executedTransaction.toString()
-
Constructor Details
-
TransactionExecutionResponse
public TransactionExecutionResponse()
-
-
Method Details
-
getCreditAccount
The updatedCreditAccountfor the executedTransaction.- Returns:
- the updated
CreditAccount
-
getTransaction
The executedTransaction.- Returns:
- the executed
Transaction
-
setCreditAccount
The updatedCreditAccountfor the executedTransaction.- Parameters:
creditAccount- the updatedCreditAccount
-
setTransaction
The executedTransaction.- Parameters:
transaction- the executedTransaction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-