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) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public PriceFixedPortion(String value)
public PriceFixedPortion(BigDecimal value)
public PriceFixedPortion(float value)
public PriceFixedPortion(double value)
@Nonnull public static PriceFixedPortion of(String value)
@Nonnull public static PriceFixedPortion of(BigDecimal value)
@Nonnull public static PriceFixedPortion of(float value)
@Nonnull public static PriceFixedPortion of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<PriceFixedPortion>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<PriceFixedPortion>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<PriceFixedPortion>
@Nonnull public Class<PriceFixedPortion> getType()
getType
in class DecimalBasedErpType<PriceFixedPortion>
Copyright © 2018 SAP SE. All rights reserved.