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