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