@Entity public class AmountItemImpl extends java.lang.Object implements AmountItem, CurrencyCodeIdentifiable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.Long |
id |
protected PaymentInfo |
paymentInfo |
protected java.lang.Long |
quantity |
protected java.lang.String |
shortDescription |
protected java.lang.String |
systemId |
protected java.math.BigDecimal |
unitPrice |
| Constructor and Description |
|---|
AmountItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCurrencyCode() |
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
PaymentInfo |
getPaymentInfo() |
java.lang.Long |
getQuantity() |
java.lang.String |
getShortDescription() |
java.lang.String |
getSystemId() |
java.math.BigDecimal |
getUnitPrice() |
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Long id) |
void |
setPaymentInfo(PaymentInfo paymentInfo) |
void |
setQuantity(java.lang.Long quantity) |
void |
setShortDescription(java.lang.String shortDescription) |
void |
setSystemId(java.lang.String systemId) |
void |
setUnitPrice(java.math.BigDecimal unitPrice) |
protected java.lang.Long id
protected java.lang.String shortDescription
protected java.lang.String description
protected java.math.BigDecimal unitPrice
protected java.lang.Long quantity
protected java.lang.String systemId
protected PaymentInfo paymentInfo
public java.lang.Long getId()
getId in interface AmountItempublic void setId(java.lang.Long id)
setId in interface AmountItempublic java.lang.String getShortDescription()
getShortDescription in interface AmountItempublic void setShortDescription(java.lang.String shortDescription)
setShortDescription in interface AmountItempublic java.lang.String getDescription()
getDescription in interface AmountItempublic void setDescription(java.lang.String description)
setDescription in interface AmountItempublic java.math.BigDecimal getUnitPrice()
getUnitPrice in interface AmountItempublic void setUnitPrice(java.math.BigDecimal unitPrice)
setUnitPrice in interface AmountItempublic java.lang.Long getQuantity()
getQuantity in interface AmountItempublic void setQuantity(java.lang.Long quantity)
setQuantity in interface AmountItempublic PaymentInfo getPaymentInfo()
getPaymentInfo in interface AmountItempublic void setPaymentInfo(PaymentInfo paymentInfo)
setPaymentInfo in interface AmountItempublic java.lang.String getSystemId()
getSystemId in interface AmountItempublic void setSystemId(java.lang.String systemId)
setSystemId in interface AmountItempublic java.lang.String getCurrencyCode()
getCurrencyCode in interface CurrencyCodeIdentifiablepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.