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