@Entity public class AmountItemImpl extends Object implements AmountItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Long |
id |
protected PaymentInfo |
paymentInfo |
protected Long |
quantity |
protected String |
shortDescription |
protected String |
systemId |
protected BigDecimal |
unitPrice |
| Constructor and Description |
|---|
AmountItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
PaymentInfo |
getPaymentInfo() |
Long |
getQuantity() |
String |
getShortDescription() |
String |
getSystemId() |
BigDecimal |
getUnitPrice() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setPaymentInfo(PaymentInfo paymentInfo) |
void |
setQuantity(Long quantity) |
void |
setShortDescription(String shortDescription) |
void |
setSystemId(String systemId) |
void |
setUnitPrice(BigDecimal unitPrice) |
protected Long id
protected String shortDescription
protected String description
protected BigDecimal unitPrice
protected Long quantity
protected String systemId
protected PaymentInfo paymentInfo
public Long getId()
getId in interface AmountItempublic void setId(Long id)
setId in interface AmountItempublic String getShortDescription()
getShortDescription in interface AmountItempublic void setShortDescription(String shortDescription)
setShortDescription in interface AmountItempublic String getDescription()
getDescription in interface AmountItempublic void setDescription(String description)
setDescription in interface AmountItempublic BigDecimal getUnitPrice()
getUnitPrice in interface AmountItempublic void setUnitPrice(BigDecimal unitPrice)
setUnitPrice in interface AmountItempublic Long getQuantity()
getQuantity in interface AmountItempublic void setQuantity(Long quantity)
setQuantity in interface AmountItempublic PaymentInfo getPaymentInfo()
getPaymentInfo in interface AmountItempublic void setPaymentInfo(PaymentInfo paymentInfo)
setPaymentInfo in interface AmountItempublic String getSystemId()
getSystemId in interface AmountItempublic void setSystemId(String systemId)
setSystemId in interface AmountItemCopyright © 2013. All rights reserved.