Class RelatedTransactionDetail
java.lang.Object
com.broadleafcommerce.creditaccount.domain.RelatedTransactionDetail
- All Implemented Interfaces:
Serializable
The transaction details for purchases or expirations.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
javax.money.MonetaryAmount
The amount executed.The transaction id.The related transaction type.int
hashCode()
void
setAmount
(javax.money.MonetaryAmount amount) The amount executed.void
setTransactionId
(String transactionId) The transaction id.void
setTransactionType
(String transactionType) The related transaction type.toString()
-
Constructor Details
-
RelatedTransactionDetail
public RelatedTransactionDetail()
-
-
Method Details
-
getTransactionId
The transaction id.- Returns:
- the transaction id
-
getTransactionType
The related transaction type.- Returns:
- the related transaction type
-
getAmount
public javax.money.MonetaryAmount getAmount()The amount executed.- Returns:
- the amount executed
-
setTransactionId
The transaction id.- Parameters:
transactionId
- the transaction id
-
setTransactionType
The related transaction type.- Parameters:
transactionType
- the related transaction type
-
setAmount
public void setAmount(javax.money.MonetaryAmount amount) The amount executed.- Parameters:
amount
- the amount executed
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-