org.broadleafcommerce.core.order.domain
Class BundleOrderItemFeePriceImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.BundleOrderItemFeePriceImpl
- All Implemented Interfaces:
- BundleOrderItemFeePrice
@Entity
public class BundleOrderItemFeePriceImpl
- extends java.lang.Object
- implements BundleOrderItemFeePrice
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
bundleOrderItem
protected BundleOrderItem bundleOrderItem
amount
protected java.math.BigDecimal amount
BundleOrderItemFeePriceImpl
public BundleOrderItemFeePriceImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface BundleOrderItemFeePrice
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface BundleOrderItemFeePrice
getBundleOrderItem
public BundleOrderItem getBundleOrderItem()
- Specified by:
getBundleOrderItem in interface BundleOrderItemFeePrice
setBundleOrderItem
public void setBundleOrderItem(BundleOrderItem bundleOrderItem)
- Specified by:
setBundleOrderItem in interface BundleOrderItemFeePrice
getAmount
public Money getAmount()
- Specified by:
getAmount in interface BundleOrderItemFeePrice
setAmount
public void setAmount(Money amount)
- Specified by:
setAmount in interface BundleOrderItemFeePrice
getName
public java.lang.String getName()
- Specified by:
getName in interface BundleOrderItemFeePrice
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface BundleOrderItemFeePrice
isTaxable
public java.lang.Boolean isTaxable()
- Specified by:
isTaxable in interface BundleOrderItemFeePrice
setTaxable
public void setTaxable(java.lang.Boolean isTaxable)
- Specified by:
setTaxable in interface BundleOrderItemFeePrice
getReportingCode
public java.lang.String getReportingCode()
- Specified by:
getReportingCode in interface BundleOrderItemFeePrice
setReportingCode
public void setReportingCode(java.lang.String reportingCode)
- Specified by:
setReportingCode in interface BundleOrderItemFeePrice
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.