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