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