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