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