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