org.broadleafcommerce.core.order.domain
Class BundleOrderItemFeePriceImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.BundleOrderItemFeePriceImpl
- All Implemented Interfaces:
- Serializable, BundleOrderItemFeePrice
@Entity
public class BundleOrderItemFeePriceImpl
- extends Object
- implements BundleOrderItemFeePrice
- See Also:
- Serialized Form
LOG
public static final org.apache.commons.logging.Log LOG
id
protected Long id
bundleOrderItem
protected BundleOrderItem bundleOrderItem
amount
protected BigDecimal amount
BundleOrderItemFeePriceImpl
public BundleOrderItemFeePriceImpl()
getId
public Long getId()
- Specified by:
getId in interface BundleOrderItemFeePrice
setId
public void setId(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 String getName()
- Specified by:
getName in interface BundleOrderItemFeePrice
setName
public void setName(String name)
- Specified by:
setName in interface BundleOrderItemFeePrice
isTaxable
public Boolean isTaxable()
- Specified by:
isTaxable in interface BundleOrderItemFeePrice
setTaxable
public void setTaxable(Boolean isTaxable)
- Specified by:
setTaxable in interface BundleOrderItemFeePrice
getReportingCode
public String getReportingCode()
- Specified by:
getReportingCode in interface BundleOrderItemFeePrice
setReportingCode
public void setReportingCode(String reportingCode)
- Specified by:
setReportingCode in interface BundleOrderItemFeePrice
checkCloneable
public void checkCloneable(BundleOrderItemFeePrice bundleFeePrice)
throws CloneNotSupportedException,
SecurityException,
NoSuchMethodException
- Throws:
CloneNotSupportedException
SecurityException
NoSuchMethodException
convertToMoney
protected Money convertToMoney(BigDecimal amount)
clone
public BundleOrderItemFeePrice clone()
- Specified by:
clone in interface BundleOrderItemFeePrice- Overrides:
clone in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.