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