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