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