@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 AmountItem
public void setId(Long id)
setId
in interface AmountItem
public String getShortDescription()
getShortDescription
in interface AmountItem
public void setShortDescription(String shortDescription)
setShortDescription
in interface AmountItem
public String getDescription()
getDescription
in interface AmountItem
public void setDescription(String description)
setDescription
in interface AmountItem
public BigDecimal getUnitPrice()
getUnitPrice
in interface AmountItem
public void setUnitPrice(BigDecimal unitPrice)
setUnitPrice
in interface AmountItem
public Long getQuantity()
getQuantity
in interface AmountItem
public void setQuantity(Long quantity)
setQuantity
in interface AmountItem
public PaymentInfo getPaymentInfo()
getPaymentInfo
in interface AmountItem
public void setPaymentInfo(PaymentInfo paymentInfo)
setPaymentInfo
in interface AmountItem
public String getSystemId()
getSystemId
in interface AmountItem
public void setSystemId(String systemId)
setSystemId
in interface AmountItem
Copyright © 2013. All rights reserved.