@Entity public class DiscreteOrderItemFeePriceImpl extends Object implements DiscreteOrderItemFeePrice
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected DiscreteOrderItem |
discreteOrderItem |
protected Long |
id |
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
DiscreteOrderItemFeePriceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCloneable(DiscreteOrderItemFeePrice discreteFeePrice) |
DiscreteOrderItemFeePrice |
clone() |
protected Money |
convertToMoney(BigDecimal amount) |
boolean |
equals(Object obj) |
Money |
getAmount() |
DiscreteOrderItem |
getDiscreteOrderItem() |
Long |
getId() |
String |
getName() |
String |
getReportingCode() |
int |
hashCode() |
void |
setAmount(Money amount) |
void |
setDiscreteOrderItem(DiscreteOrderItem discreteOrderItem) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setReportingCode(String reportingCode) |
public static final org.apache.commons.logging.Log LOG
protected Long id
protected DiscreteOrderItem discreteOrderItem
protected BigDecimal amount
public Long getId()
getId in interface DiscreteOrderItemFeePricepublic void setId(Long id)
setId in interface DiscreteOrderItemFeePricepublic DiscreteOrderItem getDiscreteOrderItem()
getDiscreteOrderItem in interface DiscreteOrderItemFeePricepublic void setDiscreteOrderItem(DiscreteOrderItem discreteOrderItem)
setDiscreteOrderItem in interface DiscreteOrderItemFeePricepublic Money getAmount()
getAmount in interface DiscreteOrderItemFeePricepublic void setAmount(Money amount)
setAmount in interface DiscreteOrderItemFeePricepublic String getName()
getName in interface DiscreteOrderItemFeePricepublic void setName(String name)
setName in interface DiscreteOrderItemFeePricepublic String getReportingCode()
getReportingCode in interface DiscreteOrderItemFeePricepublic void setReportingCode(String reportingCode)
setReportingCode in interface DiscreteOrderItemFeePricepublic void checkCloneable(DiscreteOrderItemFeePrice discreteFeePrice) throws CloneNotSupportedException, SecurityException, NoSuchMethodException
protected Money convertToMoney(BigDecimal amount)
public DiscreteOrderItemFeePrice clone()
clone in interface DiscreteOrderItemFeePriceclone in class ObjectCopyright © 2015. All Rights Reserved.