org.broadleafcommerce.core.order.fulfillment.domain
Class FixedPriceFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.FixedPriceFulfillmentOptionImpl
- All Implemented Interfaces:
- Serializable, FulfillmentOption, FixedPriceFulfillmentOption
@Entity
public class FixedPriceFulfillmentOptionImpl
- extends FulfillmentOptionImpl
- implements FixedPriceFulfillmentOption
- Author:
- Phillip Verheyden
- See Also:
- Serialized Form
| Methods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl |
equals, getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates |
price
protected BigDecimal price
FixedPriceFulfillmentOptionImpl
public FixedPriceFulfillmentOptionImpl()
getPrice
public Money getPrice()
- Specified by:
getPrice in interface FixedPriceFulfillmentOption
setPrice
public void setPrice(Money price)
- Specified by:
setPrice in interface FixedPriceFulfillmentOption
Copyright © 2012. All Rights Reserved.