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