Class TaxCalculationResultProcessorRequests
java.lang.Object
com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
com.broadleafcommerce.billing.job.domain.TaxCalculationResultProcessorRequests
- All Implemented Interfaces:
JobRequest,Serializable
public class TaxCalculationResultProcessorRequests
extends AbstractBillingOperation
implements JobRequest
This message DTO is used to transfer the
dtos
with completed tax results to the
tax result
handler.- See Also:
-
Field Summary
Fields inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
operationId -
Constructor Summary
ConstructorsConstructorDescriptionTaxCalculationResultProcessorRequests(String billingJobId, List<@NotNull BillingProcessingRequestWithBillingEventDTO> processingRequestsWithBillingEventDTO) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.getJobId()The list of billing processing requests to process.inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetProcessingRequestsWithBillingEventDTO(List<@NotNull BillingProcessingRequestWithBillingEventDTO> processingRequestsWithBillingEventDTO) The list of billing processing requests to process.toString()Methods inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
addOperationAndFilterOutAlreadyProcessed, addOperationAndFilterOutAlreadyProcessed, getAlreadyProcessedIds, getOperationId, setOperationId
-
Constructor Details
-
TaxCalculationResultProcessorRequests
public TaxCalculationResultProcessorRequests() -
TaxCalculationResultProcessorRequests
public TaxCalculationResultProcessorRequests(String billingJobId, List<@NotNull BillingProcessingRequestWithBillingEventDTO> processingRequestsWithBillingEventDTO)
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
equals
- Overrides:
equalsin classAbstractBillingOperation
-
canEqual
- Overrides:
canEqualin classAbstractBillingOperation
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractBillingOperation
-
getBillingJobId
The billing job id. -
getProcessingRequestsWithBillingEventDTO
public List<@NotNull BillingProcessingRequestWithBillingEventDTO> getProcessingRequestsWithBillingEventDTO()The list of billing processing requests to process. -
setBillingJobId
The billing job id. -
setProcessingRequestsWithBillingEventDTO
public void setProcessingRequestsWithBillingEventDTO(List<@NotNull BillingProcessingRequestWithBillingEventDTO> processingRequestsWithBillingEventDTO) The list of billing processing requests to process. -
toString
- Overrides:
toStringin classAbstractBillingOperation
-