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) |
equals, getTypeConverter, getValue, hashCode, toString
public SpotRate(String value)
public SpotRate(BigDecimal value)
public SpotRate(float value)
public SpotRate(double value)
public static SpotRate of(BigDecimal value)
public static SpotRate of(float value)
public static SpotRate of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
Copyright © 2018 SAP SE. All rights reserved.