Package com.broadleafcommerce.tax.domain
Class TaxCalculationGroup
java.lang.Object
com.broadleafcommerce.tax.domain.TaxCalculationGroup
- All Implemented Interfaces:
Serializable
- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Additional attributes for this tax group.The address that the items will be shipped from.The fulfillment group reference number.The list of items to be taxed.The address that the items will be shipped to.int
hashCode()
void
setAttributes
(Map<String, Object> attributes) Additional attributes for this tax group.void
setFromAddress
(TaxAddress fromAddress) The address that the items will be shipped from.void
setFulfillmentGroupReferenceNumber
(String fulfillmentGroupReferenceNumber) The fulfillment group reference number.void
setTaxItems
(List<TaxItem> taxItems) The list of items to be taxed.void
setToAddress
(TaxAddress toAddress) The address that the items will be shipped to.toString()
-
Constructor Details
-
TaxCalculationGroup
public TaxCalculationGroup()
-
-
Method Details
-
getFulfillmentGroupReferenceNumber
The fulfillment group reference number.- Returns:
- The fulfillment group reference number
-
getTaxItems
The list of items to be taxed.- Returns:
- The list of items to be taxed.
-
getFromAddress
The address that the items will be shipped from.- Returns:
- The address that the items will be shipped from.
-
getToAddress
The address that the items will be shipped to.- Returns:
- The address that the items will be shipped to.
-
getAttributes
Additional attributes for this tax group.- Returns:
- Additional attributes for this tax group.
-
setFulfillmentGroupReferenceNumber
The fulfillment group reference number.- Parameters:
fulfillmentGroupReferenceNumber
- The fulfillment group reference number
-
setTaxItems
The list of items to be taxed.- Parameters:
taxItems
- The list of items to be taxed.
-
setFromAddress
The address that the items will be shipped from.- Parameters:
fromAddress
- The address that the items will be shipped from.
-
setToAddress
The address that the items will be shipped to.- Parameters:
toAddress
- The address that the items will be shipped to.
-
setAttributes
Additional attributes for this tax group.- Parameters:
attributes
- Additional attributes for this tax group.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-