@Immutable public class AmountPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AmountPojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
AmountPojo(BigDecimal aValue,
String sCurrencyID) |
| Modifier and Type | Method and Description |
|---|---|
static AmountPojo.Builder |
builder() |
static AmountPojo.Builder |
builder(AmountType a) |
boolean |
equals(Object o) |
AmountType |
getAsAmount() |
String |
getAsString() |
String |
getCurrencyID() |
BigDecimal |
getValue() |
int |
hashCode() |
String |
toString() |
public AmountPojo(@Nullable BigDecimal aValue, @Nullable String sCurrencyID)
@Nullable public final BigDecimal getValue()
@Nonnull public AmountType getAsAmount()
@Nonnull public static AmountPojo.Builder builder()
@Nonnull public static AmountPojo.Builder builder(@Nullable AmountType a)
Copyright © 2020 toop.eu. All rights reserved.