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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<PriceVariablePortion> getType()
Copyright © 2018 SAP SE. All rights reserved.