Class RefundDetailsWithRefundAndBillingEvent

java.lang.Object
com.broadleafcommerce.billing.domain.RefundDetailsWithRefundAndBillingEvent

public class RefundDetailsWithRefundAndBillingEvent extends Object
This is a container for a RefundEventDetail and its respective RefundEvent and BillingEvent
  • Constructor Details

    • RefundDetailsWithRefundAndBillingEvent

      public RefundDetailsWithRefundAndBillingEvent()
    • RefundDetailsWithRefundAndBillingEvent

      public RefundDetailsWithRefundAndBillingEvent(RefundEvent refundEvent, RefundEventDetail refundEventDetails, BillingEvent billingEvent)
  • Method Details

    • getRefundEvent

      public RefundEvent getRefundEvent()
    • getRefundEventDetails

      public RefundEventDetail getRefundEventDetails()
    • getBillingEvent

      public BillingEvent getBillingEvent()
    • setRefundEvent

      public void setRefundEvent(RefundEvent refundEvent)
    • setRefundEventDetails

      public void setRefundEventDetails(RefundEventDetail refundEventDetails)
    • setBillingEvent

      public void setBillingEvent(BillingEvent billingEvent)
    • 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