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) |
equals, getTypeConverter, getValue, hashCode, toString
public InterestPlanned(String value)
public InterestPlanned(BigDecimal value)
public InterestPlanned(float value)
public InterestPlanned(double value)
public static InterestPlanned of(String value)
public static InterestPlanned of(BigDecimal value)
public static InterestPlanned of(float value)
public static InterestPlanned of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<InterestPlanned> getType()
Copyright © 2018 SAP SE. All rights reserved.