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