org.broadleafcommerce.core.order.domain
Class BundleOrderItemFeePriceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.domain.BundleOrderItemFeePriceImpl
All Implemented Interfaces:
BundleOrderItemFeePrice

@Entity
public class BundleOrderItemFeePriceImpl
extends Object
implements BundleOrderItemFeePrice


Field Summary
protected  BigDecimal amount
           
protected  BundleOrderItem bundleOrderItem
           
protected  Long id
           
static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
BundleOrderItemFeePriceImpl()
           
 
Method Summary
 void checkCloneable(BundleOrderItemFeePrice bundleFeePrice)
           
 BundleOrderItemFeePrice clone()
           
protected  Money convertToMoney(BigDecimal amount)
           
 boolean equals(Object obj)
           
 Money getAmount()
           
 BundleOrderItem getBundleOrderItem()
           
 Long getId()
           
 String getName()
           
 String getReportingCode()
           
 int hashCode()
           
 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)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG

id

protected Long id

bundleOrderItem

protected BundleOrderItem bundleOrderItem

amount

protected BigDecimal amount
Constructor Detail

BundleOrderItemFeePriceImpl

public BundleOrderItemFeePriceImpl()
Method Detail

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.