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