Interface BundleOrderItemFeePrice
- All Superinterfaces:
MultiTenantCloneable<BundleOrderItemFeePrice>,Serializable
- All Known Implementing Classes:
BundleOrderItemFeePriceImpl
public interface BundleOrderItemFeePrice
extends Serializable, MultiTenantCloneable<BundleOrderItemFeePrice>
-
Method Summary
Modifier and TypeMethodDescriptionclone()getId()getName()voidvoidsetBundleOrderItem(BundleOrderItem bundleOrderItem) voidvoidvoidsetReportingCode(String reportingCode) voidsetTaxable(Boolean isTaxable) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getBundleOrderItem
BundleOrderItem getBundleOrderItem() -
setBundleOrderItem
-
getAmount
Money getAmount() -
setAmount
-
getName
String getName() -
setName
-
isTaxable
Boolean isTaxable() -
setTaxable
-
getReportingCode
String getReportingCode() -
setReportingCode
-
clone
BundleOrderItemFeePrice clone()
-