Class RelatedTransactionDetail

java.lang.Object
com.broadleafcommerce.creditaccount.domain.RelatedTransactionDetail
All Implemented Interfaces:
Serializable

public class RelatedTransactionDetail extends Object implements Serializable
The transaction details for purchases or expirations.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • RelatedTransactionDetail

      public RelatedTransactionDetail()
  • Method Details

    • getTransactionId

      public String getTransactionId()
      The transaction id.
      Returns:
      the transaction id
    • getTransactionType

      public String getTransactionType()
      The related transaction type.
      Returns:
      the related transaction type
    • getAmount

      public javax.money.MonetaryAmount getAmount()
      The amount executed.
      Returns:
      the amount executed
    • setTransactionId

      public void setTransactionId(String transactionId)
      The transaction id.
      Parameters:
      transactionId - the transaction id
    • setTransactionType

      public void setTransactionType(String transactionType)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object