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