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