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 boolean
boolean
The updatedCreditAccount
for the executedTransaction
.The executedTransaction
.int
hashCode()
void
setCreditAccount
(CreditAccount creditAccount) The updatedCreditAccount
for the executedTransaction
.void
setTransaction
(Transaction transaction) The executedTransaction
.toString()
-
Constructor Details
-
TransactionExecutionResponse
public TransactionExecutionResponse()
-
-
Method Details
-
getCreditAccount
The updatedCreditAccount
for the executedTransaction
.- Returns:
- the updated
CreditAccount
-
getTransaction
The executedTransaction
.- Returns:
- the executed
Transaction
-
setCreditAccount
The updatedCreditAccount
for the executedTransaction
.- Parameters:
creditAccount
- the updatedCreditAccount
-
setTransaction
The executedTransaction
.- Parameters:
transaction
- the executedTransaction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-