public class AmountInPaymentCurrency extends DecimalBasedErpType<AmountInPaymentCurrency>
Element: ACPI_PYAMT Domain: BAPICURR Length: 12 Type: P Decimals: 4
Constructor and Description |
---|
AmountInPaymentCurrency(BigDecimal value) |
AmountInPaymentCurrency(double value) |
AmountInPaymentCurrency(float value) |
AmountInPaymentCurrency(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<AmountInPaymentCurrency> |
getType() |
boolean |
isSigned() |
static AmountInPaymentCurrency |
of(BigDecimal value) |
static AmountInPaymentCurrency |
of(double value) |
static AmountInPaymentCurrency |
of(float value) |
static AmountInPaymentCurrency |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public AmountInPaymentCurrency(String value)
public AmountInPaymentCurrency(BigDecimal value)
public AmountInPaymentCurrency(float value)
public AmountInPaymentCurrency(double value)
@Nonnull public static AmountInPaymentCurrency of(String value)
@Nonnull public static AmountInPaymentCurrency of(BigDecimal value)
@Nonnull public static AmountInPaymentCurrency of(float value)
@Nonnull public static AmountInPaymentCurrency of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<AmountInPaymentCurrency>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<AmountInPaymentCurrency>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<AmountInPaymentCurrency>
@Nonnull public Class<AmountInPaymentCurrency> getType()
getType
in class DecimalBasedErpType<AmountInPaymentCurrency>
Copyright © 2019 SAP SE. All rights reserved.