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)
public static AmountInPaymentCurrency of(String value)
public static AmountInPaymentCurrency of(BigDecimal value)
public static AmountInPaymentCurrency of(float value)
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>
public Class<AmountInPaymentCurrency> getType()
getType
in class DecimalBasedErpType<AmountInPaymentCurrency>
Copyright © 2018 SAP SE. All rights reserved.