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) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public InvestmentSupportAtFiscalYearEnd(String value)
public InvestmentSupportAtFiscalYearEnd(BigDecimal value)
public InvestmentSupportAtFiscalYearEnd(float value)
public InvestmentSupportAtFiscalYearEnd(double value)
@Nonnull public static InvestmentSupportAtFiscalYearEnd of(String value)
@Nonnull public static InvestmentSupportAtFiscalYearEnd of(BigDecimal value)
@Nonnull public static InvestmentSupportAtFiscalYearEnd of(float value)
@Nonnull public static InvestmentSupportAtFiscalYearEnd of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<InvestmentSupportAtFiscalYearEnd>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<InvestmentSupportAtFiscalYearEnd>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<InvestmentSupportAtFiscalYearEnd>
@Nonnull public Class<InvestmentSupportAtFiscalYearEnd> getType()
getType
in class DecimalBasedErpType<InvestmentSupportAtFiscalYearEnd>
Copyright © 2018 SAP SE. All rights reserved.