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