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