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