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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
FulfillmentOptionImpl.Presentation
 
Field Summary
protected  BroadleafCurrency currency
           
protected  BigDecimal price
           
 
Fields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, taxable, taxCode, useFlatRates
 
Constructor Summary
FixedPriceFulfillmentOptionImpl()
           
 
Method Summary
 BroadleafCurrency getCurrency()
           
 Money getPrice()
           
 void setCurrency(BroadleafCurrency currency)
           
 void setPrice(Money price)
           
 
Methods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
equals, getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, 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, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates
 

Field Detail

price

protected BigDecimal price

currency

protected BroadleafCurrency currency
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

getCurrency

public BroadleafCurrency getCurrency()
Specified by:
getCurrency in interface FixedPriceFulfillmentOption

setCurrency

public void setCurrency(BroadleafCurrency currency)
Specified by:
setCurrency in interface FixedPriceFulfillmentOption


Copyright © 2013. All Rights Reserved.