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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<InterestRate> getType()
Copyright © 2018 SAP SE. All rights reserved.