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