org.broadleafcommerce.core.order.domain
Interface BundleOrderItemFeePrice

All Known Implementing Classes:
BundleOrderItemFeePriceImpl

public interface BundleOrderItemFeePrice


Method Summary
 Money getAmount()
           
 BundleOrderItem getBundleOrderItem()
           
 Long getId()
           
 String getName()
           
 String getReportingCode()
           
 Boolean isTaxable()
           
 void setAmount(Money amount)
           
 void setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setReportingCode(String reportingCode)
           
 void setTaxable(Boolean isTaxable)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getBundleOrderItem

BundleOrderItem getBundleOrderItem()

setBundleOrderItem

void setBundleOrderItem(BundleOrderItem bundleOrderItem)

getAmount

Money getAmount()

setAmount

void setAmount(Money amount)

getName

String getName()

setName

void setName(String name)

isTaxable

Boolean isTaxable()

setTaxable

void setTaxable(Boolean isTaxable)

getReportingCode

String getReportingCode()

setReportingCode

void setReportingCode(String reportingCode)


Copyright © 2012. All Rights Reserved.