org.broadleafcommerce.core.payment.domain
Class AmountItemImpl
java.lang.Object
org.broadleafcommerce.core.payment.domain.AmountItemImpl
- All Implemented Interfaces:
- AmountItem
@Entity
public class AmountItemImpl
- extends java.lang.Object
- implements AmountItem
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
shortDescription
protected java.lang.String shortDescription
description
protected java.lang.String description
unitPrice
protected java.math.BigDecimal unitPrice
quantity
protected java.lang.Long quantity
systemId
protected java.lang.String systemId
paymentInfo
protected PaymentInfo paymentInfo
AmountItemImpl
public AmountItemImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface AmountItem
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface AmountItem
getShortDescription
public java.lang.String getShortDescription()
- Specified by:
getShortDescription in interface AmountItem
setShortDescription
public void setShortDescription(java.lang.String shortDescription)
- Specified by:
setShortDescription in interface AmountItem
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface AmountItem
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface AmountItem
getUnitPrice
public java.math.BigDecimal getUnitPrice()
- Specified by:
getUnitPrice in interface AmountItem
setUnitPrice
public void setUnitPrice(java.math.BigDecimal unitPrice)
- Specified by:
setUnitPrice in interface AmountItem
getQuantity
public java.lang.Long getQuantity()
- Specified by:
getQuantity in interface AmountItem
setQuantity
public void setQuantity(java.lang.Long quantity)
- Specified by:
setQuantity in interface AmountItem
getPaymentInfo
public PaymentInfo getPaymentInfo()
- Specified by:
getPaymentInfo in interface AmountItem
setPaymentInfo
public void setPaymentInfo(PaymentInfo paymentInfo)
- Specified by:
setPaymentInfo in interface AmountItem
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface AmountItem
setSystemId
public void setSystemId(java.lang.String systemId)
- Specified by:
setSystemId in interface AmountItem
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.