org.broadleafcommerce.core.order.fulfillment.domain
Class FixedPriceFulfillmentOptionImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
      extended by 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

Field Summary
protected  BigDecimal price
           
 
Fields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, useFlatRates
 
Constructor Summary
FixedPriceFulfillmentOptionImpl()
           
 
Method Summary
 Money getPrice()
           
 void setPrice(Money price)
           
 
Methods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
equals, getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 

Field Detail

price

protected BigDecimal price
Constructor Detail

FixedPriceFulfillmentOptionImpl

public FixedPriceFulfillmentOptionImpl()
Method Detail

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.