Class FulfillmentFlatRate
java.lang.Object
com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- All Implemented Interfaces:
- Serializable
Represents a flat fulfillment rate (e.g., shipping price) for a particular fulfillable item
 (e.g., 
CatalogItem, Variant) and fulfillment option (e.g., standard shipping).
 Depending on if the option is configured to use flat rates, this flat rate will be used in
 calculating the cost of fulfilling the associated item.- Author:
- Nathan Moore (nathandmoore)
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FulfillmentFlatRatepublic FulfillmentFlatRate(javax.money.MonetaryAmount value) 
- 
FulfillmentFlatRatepublic FulfillmentFlatRate()
 
- 
- 
Method Details- 
getValuepublic javax.money.MonetaryAmount getValue()The value of this flat rate- Returns:
- The value of this flat rate
 
- 
setValuepublic void setValue(javax.money.MonetaryAmount value) The value of this flat rate- Parameters:
- value- The value of this flat rate
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-