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) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public PaymentAmountInLocalCurrency(String value)
public PaymentAmountInLocalCurrency(BigDecimal value)
public PaymentAmountInLocalCurrency(float value)
public PaymentAmountInLocalCurrency(double value)
@Nonnull public static PaymentAmountInLocalCurrency of(String value)
@Nonnull public static PaymentAmountInLocalCurrency of(BigDecimal value)
@Nonnull public static PaymentAmountInLocalCurrency of(float value)
@Nonnull public static PaymentAmountInLocalCurrency of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<PaymentAmountInLocalCurrency>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<PaymentAmountInLocalCurrency>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<PaymentAmountInLocalCurrency>
@Nonnull public Class<PaymentAmountInLocalCurrency> getType()
getType
in class DecimalBasedErpType<PaymentAmountInLocalCurrency>
Copyright © 2018 SAP SE. All rights reserved.