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 booleanbooleanjavax.money.MonetaryAmountThe amount executed.The transaction id.The related transaction type.inthashCode()voidsetAmount(javax.money.MonetaryAmount amount) The amount executed.voidsetTransactionId(String transactionId) The transaction id.voidsetTransactionType(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
-