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