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