@Entity public class FixedPriceFulfillmentOptionImpl extends FulfillmentOptionImpl implements FixedPriceFulfillmentOption
FulfillmentOptionImpl.Presentation| Modifier and Type | Field and Description |
|---|---|
protected BroadleafCurrency |
currency |
protected BigDecimal |
price |
fulfillmentType, id, longDescription, name, taxable, taxCode, useFlatRates| Constructor and Description |
|---|
FixedPriceFulfillmentOptionImpl() |
| Modifier and Type | Method and Description |
|---|---|
BroadleafCurrency |
getCurrency() |
Money |
getPrice() |
void |
setCurrency(BroadleafCurrency currency) |
void |
setPrice(Money price) |
equals, getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRatesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRatesprotected BigDecimal price
protected BroadleafCurrency currency
public Money getPrice()
getPrice in interface FixedPriceFulfillmentOptionpublic void setPrice(Money price)
setPrice in interface FixedPriceFulfillmentOptionpublic BroadleafCurrency getCurrency()
getCurrency in interface FixedPriceFulfillmentOptionpublic void setCurrency(BroadleafCurrency currency)
setCurrency in interface FixedPriceFulfillmentOptionCopyright © 2015. All Rights Reserved.