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)
public static LeasingInterestRate of(String value)
public static LeasingInterestRate of(BigDecimal value)
public static LeasingInterestRate of(float value)
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 © 2018 SAP SE. All rights reserved.