@Entity public class BundleOrderItemFeePriceImpl extends Object implements BundleOrderItemFeePrice
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected BundleOrderItem |
bundleOrderItem |
protected Long |
id |
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
BundleOrderItemFeePriceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final org.apache.commons.logging.Log LOG
protected Long id
protected BundleOrderItem bundleOrderItem
protected BigDecimal amount
public Long getId()
getId in interface BundleOrderItemFeePricepublic void setId(Long id)
setId in interface BundleOrderItemFeePricepublic BundleOrderItem getBundleOrderItem()
getBundleOrderItem in interface BundleOrderItemFeePricepublic void setBundleOrderItem(BundleOrderItem bundleOrderItem)
setBundleOrderItem in interface BundleOrderItemFeePricepublic Money getAmount()
getAmount in interface BundleOrderItemFeePricepublic void setAmount(Money amount)
setAmount in interface BundleOrderItemFeePricepublic String getName()
getName in interface BundleOrderItemFeePricepublic void setName(String name)
setName in interface BundleOrderItemFeePricepublic Boolean isTaxable()
isTaxable in interface BundleOrderItemFeePricepublic void setTaxable(Boolean isTaxable)
setTaxable in interface BundleOrderItemFeePricepublic String getReportingCode()
getReportingCode in interface BundleOrderItemFeePricepublic void setReportingCode(String reportingCode)
setReportingCode in interface BundleOrderItemFeePricepublic void checkCloneable(BundleOrderItemFeePrice bundleFeePrice) throws CloneNotSupportedException, SecurityException, NoSuchMethodException
protected Money convertToMoney(BigDecimal amount)
public BundleOrderItemFeePrice clone()
clone in interface BundleOrderItemFeePriceclone in class ObjectCopyright © 2015. All Rights Reserved.