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