public class XPFPrice extends XPFEntity
| Constructor and Description | 
|---|
XPFPrice(BigDecimal unitListPrice,
        BigDecimal unitSalePrice,
        Currency currency)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
Currency | 
getCurrency()
The currency. 
 | 
BigDecimal | 
getUnitListPrice()
The list price per unit. 
 | 
BigDecimal | 
getUnitSalePrice()
The sale price per unit. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomDatapublic XPFPrice(BigDecimal unitListPrice, BigDecimal unitSalePrice, Currency currency)
public BigDecimal getUnitListPrice()
public BigDecimal getUnitSalePrice()
public Currency getCurrency()
Copyright © 2024. All rights reserved.