Class FixedPriceFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.FixedPriceFulfillmentOptionImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<FulfillmentOption>,FulfillmentOption,FixedPriceFulfillmentOption
@Entity
public class FixedPriceFulfillmentOptionImpl
extends FulfillmentOptionImpl
implements FixedPriceFulfillmentOption
- Author:
- Phillip Verheyden
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
FulfillmentOptionImpl.Presentation -
Field Summary
FieldsFields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, taxable, taxCode, useFlatRates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPrice()inthashCode()voidsetCurrency(BroadleafCurrency currency) voidMethods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRatesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
Field Details
-
price
-
currency
-
-
Constructor Details
-
FixedPriceFulfillmentOptionImpl
public FixedPriceFulfillmentOptionImpl()
-
-
Method Details
-
getPrice
- Specified by:
getPricein interfaceFixedPriceFulfillmentOption
-
setPrice
- Specified by:
setPricein interfaceFixedPriceFulfillmentOption
-
getCurrency
- Specified by:
getCurrencyin interfaceFixedPriceFulfillmentOption
-
setCurrency
- Specified by:
setCurrencyin interfaceFixedPriceFulfillmentOption
-
equals
- Overrides:
equalsin classFulfillmentOptionImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classFulfillmentOptionImpl
-
createOrRetrieveCopyInstance
public CreateResponse<FixedPriceFulfillmentOption> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<FulfillmentOption>- Overrides:
createOrRetrieveCopyInstancein classFulfillmentOptionImpl- Throws:
CloneNotSupportedException
-