Class JpaPricedFulfillmentOption
java.lang.Object
com.broadleafcommerce.order.provider.jpa.domain.JpaPricedFulfillmentOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
javax.money.CurrencyUnit
javax.money.MonetaryAmount
getPrice()
int
hashCode()
boolean
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) void
setBandFields
(Set<String> bandFields) void
setCalculatorIds
(Set<String> calculatorIds) void
setCurrency
(javax.money.CurrencyUnit currency) void
setDescription
(String description) void
setEstimatedMaxDaysToFulfill
(Integer estimatedMaxDaysToFulfill) void
setEstimatedMinDaysToFulfill
(Integer estimatedMinDaysToFulfill) void
setFulfillmentReference
(String fulfillmentReference) void
setFulfillmentType
(String fulfillmentType) void
setPrice
(javax.money.MonetaryAmount price) void
setServiceLevel
(String serviceLevel) void
setTaxable
(boolean taxable) void
setTaxCode
(String taxCode) toString()
-
Constructor Details
-
JpaPricedFulfillmentOption
public JpaPricedFulfillmentOption()
-
-
Method Details
-
getPrice
public javax.money.MonetaryAmount getPrice() -
setPrice
public void setPrice(javax.money.MonetaryAmount price) -
getServiceLevel
-
getFulfillmentType
-
getDescription
-
getCalculatorIds
-
getBandFields
-
getFulfillmentReference
-
getEstimatedMinDaysToFulfill
-
getEstimatedMaxDaysToFulfill
-
isTaxable
public boolean isTaxable() -
getTaxCode
-
getAdditionalAttributes
-
getCurrency
public javax.money.CurrencyUnit getCurrency() -
setServiceLevel
-
setFulfillmentType
-
setDescription
-
setCalculatorIds
-
setBandFields
-
setFulfillmentReference
-
setEstimatedMinDaysToFulfill
-
setEstimatedMaxDaysToFulfill
-
setTaxable
public void setTaxable(boolean taxable) -
setTaxCode
-
setAdditionalAttributes
-
setCurrency
public void setCurrency(javax.money.CurrencyUnit currency) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-