public class Price extends Model implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
_amount |
protected Currency |
_currency |
static String |
FIELD_AMOUNT |
static String |
FIELD_CURRENCY |
Constructor and Description |
---|
Price() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAmount() |
Currency |
getCurrency() |
Price |
safeSetAmount(Integer value) |
Price |
safeSetCurrency(Currency value) |
Price |
setAmount(Integer value) |
Price |
setCurrency(Currency value) |
clean, getDirtyFields, isDirty, setDirty
public static final String FIELD_AMOUNT
public static final String FIELD_CURRENCY
protected Integer _amount
protected Currency _currency
Copyright 2022 OneSpan All rights reserved.