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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<AmountInPaymentCurrency> getType()
Copyright © 2018 SAP SE. All rights reserved.