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