Class BillingEventDTOWithRefunds
java.lang.Object
com.broadleafcommerce.billing.domain.BillingEventDTOWithRefunds
This is a container for a
BillingEventDTO and a list of RefundEventWithDetails-
Constructor Summary
ConstructorsConstructorDescriptionBillingEventDTOWithRefunds(BillingEventDTO billingEventDTO, List<RefundEventWithDetails> refundEventsWithDetails) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList of related refund events with their items and detailsinthashCode()voidsetBillingEventDTO(BillingEventDTO billingEventDTO) voidsetRefundEventsWithDetails(List<RefundEventWithDetails> refundEventsWithDetails) List of related refund events with their items and detailstoString()
-
Constructor Details
-
BillingEventDTOWithRefunds
public BillingEventDTOWithRefunds() -
BillingEventDTOWithRefunds
public BillingEventDTOWithRefunds(BillingEventDTO billingEventDTO, List<RefundEventWithDetails> refundEventsWithDetails)
-
-
Method Details
-
getBillingEventDTO
-
getRefundEventsWithDetails
List of related refund events with their items and details -
setBillingEventDTO
-
setRefundEventsWithDetails
List of related refund events with their items and details -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-